HomeSort by relevance Sort by last modified time
    Searched refs:server_utils (Results 1 - 21 of 21) sorted by null

  /external/autotest/server/hosts/
factory.py 10 from autotest_lib.server import utils as server_utils
67 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
68 connection_pool = server_utils.get_connection_pool_from_machine(machine)
84 hostname, user, password, port = server_utils.parse_machine(hostname, user,
259 if server_utils.machine_is_testbed(machine):
cros_host.py 30 from autotest_lib.server import utils as server_utils
413 board, build_type, branch = server_utils.ParseBuildName(
415 except server_utils.ParseBuildNameException:
458 if not server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
475 if server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
660 board, build_type, milestone, _ = server_utils.ParseBuildName(build)
661 except server_utils.ParseBuildNameException:
    [all...]
  /external/autotest/tko/
retrieve_logs.cgi 12 from autotest_lib.server import utils as server_utils
118 if (not server_utils.is_shard() and
119 not server_utils.is_restricted_user(os.environ.get('REMOTE_USER'))):
  /external/autotest/scheduler/
scheduler_lib_unittest.py 15 from autotest_lib.server import utils as server_utils
27 server_utils.Singleton._instances = {}
scheduler_lib.py 20 from autotest_lib.server import utils as server_utils
62 __metaclass__ = server_utils.Singleton
monitor_db.py 39 from autotest_lib.server import utils as server_utils
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 25 from autotest_lib.server import utils as server_utils
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()
    [all...]
models.py 23 from autotest_lib.server import utils as server_utils
854 if not server_utils.board_labels_allowed(boards + new_labels):
    [all...]
rpc_interface_unittest.py 22 from autotest_lib.server import utils as server_utils
223 self.mox.StubOutWithMock(server_utils, 'read_file')
    [all...]
  /external/autotest/scheduler/shard/
shard_client.py 27 from autotest_lib.server import utils as server_utils
35 metrics = server_utils.metrics_mock
36 ts_mon_config = server_utils.metrics_mock
458 global_afe_hostname = server_utils.get_global_afe_hostname()
  /external/autotest/site_utils/
gmail_lib.py 43 from autotest_lib.server import utils as server_utils
140 auth_creds = server_utils.get_creds_abspath(
deploy_server_local.py 26 from autotest_lib.server import utils as server_utils
44 server=server_utils.get_global_afe_hostname(), timeout_min=5,
  /external/autotest/site_utils/lxc/
lxc.py 14 from autotest_lib.server import utils as server_utils
176 if server_utils.is_inside_chroot():
  /external/autotest/client/common_lib/cros/
autoupdater.py 15 from autotest_lib.server import utils as server_utils
274 board, build_type, milestone, _ = server_utils.ParseBuildName(
276 except server_utils.ParseBuildNameException:
dev_server.py 25 from autotest_lib.server import utils as server_utils
    [all...]
  /external/autotest/utils/
packager.py 12 from autotest_lib.server import utils as server_utils
316 server_dir = server_utils.get_server_dir()
  /external/autotest/server/
frontend.py 38 from autotest_lib.server.site_common import site_utils as server_utils
40 from autotest_lib.server import utils as server_utils
41 form_ntuples_from_machines = server_utils.form_ntuples_from_machines
server_job.py 44 from autotest_lib.server import utils as server_utils
121 afe_host = server_utils.EmptyAFEHost()
639 hostname = server_utils.get_hostname_from_machine(machine)
652 hostname = server_utils.get_hostname_from_machine(machine)
687 subdir_name_constructor=server_utils.get_hostname_from_machine,
    [all...]
autoserv 50 from autotest_lib.server import utils as server_utils
267 board = server_utils.get_board_from_afe(machine, afe)
autoserv.py 50 from autotest_lib.server import utils as server_utils
267 board = server_utils.get_board_from_afe(machine, afe)
autotest.py 25 from autotest_lib.server import utils as server_utils
225 elif not server_utils.is_inside_chroot():
    [all...]

Completed in 2272 milliseconds