Searched refs:host_attributes (Results 1 – 14 of 14) sorted by relevance
/external/autotest/server/ |
D | autoserv_utils.py | 27 host_attributes=None, argument 112 if host_attributes: 113 command += ['--host_attributes', repr(host_attributes)]
|
D | autoserv_parser.py | 264 self.options.host_attributes = ast.literal_eval( 265 self.options.host_attributes) 266 if self.options.lab and self.options.host_attributes: 270 str(self.options.host_attributes)) 271 self.options.host_attributes = []
|
D | site_gtest_runner.py | 8 from autotest_lib.server import autotest, hosts, host_attributes 45 client_attributes = host_attributes.host_attributes(machine)
|
D | afe_utils.py | 112 image_name, host_attributes = updater.run_update() 114 info.attributes.update(host_attributes)
|
D | host_attributes.py | 21 class host_attributes(site_host_attributes): class
|
D | autoserv.py | 137 host_attributes=parser.options.host_attributes, 515 host_attributes=parser.options.host_attributes,
|
D | autoserv | 137 host_attributes=parser.options.host_attributes, 515 host_attributes=parser.options.host_attributes,
|
D | site_server_job_utils.py | 14 from autotest_lib.server import autotest, hosts, host_attributes
|
D | server_job.py | 85 host_attributes=None): argument 113 if in_lab and host_attributes: 122 if host_attributes is not None: 123 afe_host.attributes.update(host_attributes) 124 info = host_info.HostInfo(attributes=host_attributes)
|
/external/autotest/site_utils/ |
D | test_runner_utils.py | 314 autoserv_verbose=False, host_attributes={}): argument 365 host_attributes=host_attributes) 505 host_attributes={}): argument 617 pretend, autoserv_verbose, host_attributes) 766 host_attributes={}): argument 831 host_attributes=host_attributes)
|
/external/autotest/site_utils/deployment/ |
D | install.py | 813 host_attributes = {} 830 host_attributes[host_info.hostname] = host_attr_dict 831 return host_attributes
|
/external/toolchain-utils/android_bench_suite/ |
D | autotest.diff | 899 + host_attributes = {'serials': serials, 910 + host_attributes=host_attributes, 1019 + host_attributes = {'serials': serials, 1051 + 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 | 9 from autotest_lib.server import host_attributes
|