Home
last modified time | relevance | path

Searched refs:server_utils (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/frontend/afe/
Drpc_utils.py25 from autotest_lib.server import utils as server_utils unknown
542 assert not server_utils.is_shard()
616 exec_path = server_utils.get_special_task_exec_path(
619 status = server_utils.get_special_task_status(
627 tag = server_utils.get_job_tag(job_dict['id'], job_dict['owner'])
628 exec_path = server_utils.get_hqe_exec_path(tag,
836 if not (server_utils.is_shard()
1060 if shard_hostname and not server_utils.is_shard():
1107 assert not server_utils.is_shard()
1133 if not server_utils.is_moblab():
[all …]
Dmodels.py24 from autotest_lib.server import utils as server_utils unknown
1760 return server_utils.get_job_tag(self.id, self.owner)
1953 return server_utils.get_hqe_exec_path(self.job.tag(),
2159 return server_utils.get_special_task_exec_path(
2167 return server_utils.get_special_task_status(
/external/autotest/server/hosts/
Dfactory.py11 from autotest_lib.server import utils as server_utils unknown
66 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
67 connection_pool = server_utils.get_connection_pool_from_machine(machine)
83 hostname, user, password, port = server_utils.parse_machine(hostname, user,
Dservo_host.py28 from autotest_lib.server import site_utils as server_utils unknown
395 server=server_utils.get_global_afe_hostname())
472 target_build_number = server_utils.ParseBuildName(
774 and server_utils.host_in_lab(
Dcros_host.py23 from autotest_lib.server import utils as server_utils unknown
378 board, build_type, branch = server_utils.ParseBuildName(
380 except server_utils.ParseBuildNameException:
423 if not server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
440 if server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
/external/autotest/tko/
Dretrieve_logs.cgi12 from autotest_lib.server import utils as server_utils unknown
128 if (not server_utils.is_shard() and
129 not server_utils.is_restricted_user(os.environ.get('REMOTE_USER'))):
/external/autotest/server/site_tests/autotest_SyncCount/
Dcontrol16 from autotest_lib.server import utils as server_utils
23 ntuples, failures = server_utils.form_ntuples_from_machines(
/external/autotest/server/site_tests/telemetry_Crosperf/
Dcontrol6 from autotest_lib.server import utils as server_utils
25 hostname, _ = server_utils.get_host_info_from_machine(machine)
/external/autotest/server/site_tests/autoupdate_P2P/
Dcontrol.too_many_attempts.delta20 from autotest_lib.server import utils as server_utils
28 ntuples, failures = server_utils.form_ntuples_from_machines(machines,
Dcontrol.deadline_expired.delta20 from autotest_lib.server import utils as server_utils
28 ntuples, failures = server_utils.form_ntuples_from_machines(machines,
Dcontrol.delta25 from autotest_lib.server import utils as server_utils
33 ntuples, failures = server_utils.form_ntuples_from_machines(machines,
/external/autotest/scheduler/
Dscheduler_lib_unittest.py15 from autotest_lib.server import utils as server_utils unknown
27 server_utils.Singleton._instances = {}
Dscheduler_lib.py20 from autotest_lib.server import utils as server_utils unknown
62 __metaclass__ = server_utils.Singleton
Dmonitor_db.py38 from autotest_lib.server import utils as server_utils unknown
831 if host.shard_id is not None and not server_utils.is_shard():
1074 if entry.job.shard_id is not None and not server_utils.is_shard():
/external/autotest/scheduler/shard/
Dshard_client.py28 from autotest_lib.server import utils as server_utils unknown
38 metrics = server_utils.metrics_mock
39 ts_mon_config = server_utils.metrics_mock
504 global_afe_hostname = server_utils.get_global_afe_hostname()
/external/autotest/site_utils/deployment/prepare/
Ddut.py22 from autotest_lib.server import site_utils as server_utils unknown
69 'afe_host': server_utils.EmptyAFEHost(),
/external/autotest/site_utils/
Dgmail_lib.py43 from autotest_lib.server import utils as server_utils unknown
140 auth_creds = server_utils.get_creds_abspath(
Ddeploy_server_local.py27 from autotest_lib.server import utils as server_utils unknown
45 server=server_utils.get_global_afe_hostname(), timeout_min=5,
/external/autotest/site_utils/lxc/
Dlxc.py14 from autotest_lib.server import utils as server_utils unknown
123 if server_utils.is_inside_chroot():
/external/autotest/server/site_tests/provision_AutoUpdate/
Dcontrol.double48 from autotest_lib.server import utils as server_utils
58 if server_utils.is_inside_chroot():
/external/autotest/server/cros/
Dautoupdater.py16 from autotest_lib.server import utils as server_utils unknown
316 board, build_type, milestone, _ = server_utils.ParseBuildName(
318 except server_utils.ParseBuildNameException:
/external/autotest/server/
Dserver_job.py43 from autotest_lib.server import utils as server_utils unknown
120 afe_host = server_utils.EmptyAFEHost()
131 afe_host = server_utils.EmptyAFEHost()
583 hostname = server_utils.get_hostname_from_machine(machine)
618 subdir_name_constructor=server_utils.get_hostname_from_machine,
Dfrontend.py38 from autotest_lib.server.site_common import site_utils as server_utils unknown
40 from autotest_lib.server import utils as server_utils unknown
41 form_ntuples_from_machines = server_utils.form_ntuples_from_machines
/external/autotest/utils/
Dpackager.py12 from autotest_lib.server import utils as server_utils unknown
316 server_dir = server_utils.get_server_dir()
/external/autotest/server/cros/servo/
Dservo.py16 from autotest_lib.server import utils as server_utils unknown
35 status = server_utils.system(

12