Home
last modified time | relevance | path

Searched refs:host_attributes (Results 1 – 15 of 15) sorted by relevance

/external/autotest/server/hosts/
Dfactory.py135 hostname, host_attributes = server_utils.get_host_info_from_machine(
137 args['host_attributes'] = host_attributes
149 host_attributes = args.get('host_attributes', {})
150 host_class = host_class or OS_HOST_DICT.get(host_attributes.get('os_type'))
182 hostname, host_attributes = server_utils.get_host_info_from_machine(
184 kwargs['host_attributes'] = host_attributes
Dtestbed.py35 def __init__(self, hostname='localhost', host_attributes={}, argument
50 serials_from_attributes = host_attributes.get('serials')
Dabstract_ssh.py28 is_client_install_supported=True, host_attributes={}, argument
55 self.host_attributes = host_attributes
Dadb_host.py190 adb_serial = adb_serial or self.host_attributes.get('serials', None)
/external/autotest/server/
Dautoserv_utils.py33 host_attributes=None): argument
114 if host_attributes:
115 command += ['--host_attributes', repr(host_attributes)]
Dsite_server_job_utils.py18 from autotest_lib.server import autotest, hosts, host_attributes
149 client_attributes = host_attributes.host_attributes(machine)
Dhost_attributes.py21 class host_attributes(site_host_attributes): class
Dsite_gtest_runner.py14 from autotest_lib.server import autotest, hosts, host_attributes
50 client_attributes = host_attributes.host_attributes(machine)
Dautoserv_parser.py253 self.options.host_attributes = ast.literal_eval(
254 self.options.host_attributes)
Dautoserv445 host_attributes = parser.options.host_attributes
483 if host_attributes:
484 kwargs['host_attributes'] = host_attributes
Dserver_job.py158 parent_job_id=None, host_attributes=None, in_lab=False): argument
282 host_attributes = host_attributes or {}
285 host_attributes.update(host.attributes)
288 'host_attributes' : host_attributes})
/external/autotest/site_utils/
Dtest_droid.py100 host_attributes = {'serials' : arguments.serials,
124 host_attributes=host_attributes)
Dtest_runner_utils.py252 autoserv_verbose=False, host_attributes={}): argument
303 host_attributes=host_attributes)
443 host_attributes={}): argument
534 pretend, autoserv_verbose, host_attributes)
613 host_attributes={}): argument
678 host_attributes=host_attributes)
/external/autotest/server/site_tests/platform_InstallTestImage/
Dcontrol10 from autotest_lib.server import host_attributes
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol8 from autotest_lib.server import host_attributes