Searched refs:host_attributes (Results 1 – 15 of 15) sorted by relevance
/external/autotest/server/hosts/ |
D | factory.py | 135 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
|
D | testbed.py | 35 def __init__(self, hostname='localhost', host_attributes={}, argument 50 serials_from_attributes = host_attributes.get('serials')
|
D | abstract_ssh.py | 28 is_client_install_supported=True, host_attributes={}, argument 55 self.host_attributes = host_attributes
|
D | adb_host.py | 190 adb_serial = adb_serial or self.host_attributes.get('serials', None)
|
/external/autotest/server/ |
D | autoserv_utils.py | 33 host_attributes=None): argument 114 if host_attributes: 115 command += ['--host_attributes', repr(host_attributes)]
|
D | site_server_job_utils.py | 18 from autotest_lib.server import autotest, hosts, host_attributes 149 client_attributes = host_attributes.host_attributes(machine)
|
D | host_attributes.py | 21 class host_attributes(site_host_attributes): class
|
D | site_gtest_runner.py | 14 from autotest_lib.server import autotest, hosts, host_attributes 50 client_attributes = host_attributes.host_attributes(machine)
|
D | autoserv_parser.py | 253 self.options.host_attributes = ast.literal_eval( 254 self.options.host_attributes)
|
D | autoserv | 445 host_attributes = parser.options.host_attributes 483 if host_attributes: 484 kwargs['host_attributes'] = host_attributes
|
D | server_job.py | 158 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/ |
D | test_droid.py | 100 host_attributes = {'serials' : arguments.serials, 124 host_attributes=host_attributes)
|
D | test_runner_utils.py | 252 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/ |
D | control | 10 from autotest_lib.server import host_attributes
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | control | 8 from autotest_lib.server import host_attributes
|