/external/autotest/server/hosts/ |
factory.py | 8 from autotest_lib.server import utils as server_utils 135 hostname, host_attributes = server_utils.get_host_info_from_machine( 142 server_utils.parse_machine(hostname, ssh_user, ssh_pass, ssh_port) 182 hostname, host_attributes = server_utils.get_host_info_from_machine( 203 if server_utils.machine_is_testbed(machine):
|
cros_host.py | 32 from autotest_lib.server import utils as server_utils 131 label_decorator = functools.partial(server_utils.add_label_detector, 484 board, build_type, branch = server_utils.ParseBuildName( 486 except server_utils.ParseBuildNameException: [all...] |
/external/autotest/tko/ |
retrieve_logs.cgi | 12 from autotest_lib.server import utils as server_utils 113 if (not server_utils.is_shard() and 114 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 | 21 from autotest_lib.server import utils as server_utils 51 __metaclass__ = server_utils.Singleton
|
monitor_db.py | 35 from autotest_lib.server import utils as server_utils [all...] |
/external/autotest/frontend/afe/ |
rpc_utils.py | 23 from autotest_lib.server import utils as server_utils 649 assert not server_utils.is_shard() 727 exec_path = server_utils.get_special_task_exec_path( 730 status = server_utils.get_special_task_status( 738 tag = server_utils.get_job_tag(job_dict['id'], job_dict['owner']) 739 exec_path = server_utils.get_hqe_exec_path(tag, [all...] |
models.py | 25 from autotest_lib.server import utils as server_utils [all...] |
rpc_interface_unittest.py | 18 from autotest_lib.server import utils as server_utils 471 server=server_utils.get_global_afe_hostname(), user=None)
|
/external/autotest/server/ |
site_autotest.py | 13 from autotest_lib.server import utils as server_utils 87 elif not server_utils.is_inside_chroot():
|
autoserv | 64 from autotest_lib.server import utils as server_utils 277 board = server_utils.get_board_from_afe(machine, afe) 704 board = server_utils.get_board_from_afe(machines[0], afe)
|
frontend.py | 32 from autotest_lib.server.site_common import site_utils as server_utils 34 from autotest_lib.server import utils as server_utils 35 form_ntuples_from_machines = server_utils.form_ntuples_from_machines [all...] |
server_job.py | 21 from autotest_lib.server import utils as server_utils 526 hostname = server_utils.get_hostname_from_machine(machine) 539 hostname = server_utils.get_hostname_from_machine(machine) [all...] |
/external/autotest/site_utils/ |
gmail_lib.py | 30 from autotest_lib.server import utils as server_utils 131 auth_creds = server_utils.get_creds_abspath(
|
lxc.py | 37 from autotest_lib.server import utils as server_utils 289 if server_utils.is_inside_chroot(): [all...] |
/external/autotest/scheduler/shard/ |
shard_client.py | 26 from autotest_lib.server import utils as server_utils 377 global_afe_hostname = server_utils.get_global_afe_hostname()
|
/external/autotest/utils/ |
packager.py | 12 from autotest_lib.server import utils as server_utils 229 server_dir = server_utils.get_server_dir()
|
/external/autotest/site_utils/suite_scheduler/ |
task.py | 19 from autotest_lib.server import utils as server_utils 51 __metaclass__ = server_utils.Singleton
|