Searched refs:host_attributes (Results 1 – 14 of 14) sorted by relevance
/external/autotest/server/ |
D | autoserv_utils.py | 29 host_attributes=None, argument 129 if host_attributes: 130 command += ['--host_attributes', repr(host_attributes)]
|
D | autoserv_parser.py | 277 self.options.host_attributes = ast.literal_eval( 278 self.options.host_attributes) 279 if self.options.lab and self.options.host_attributes: 283 str(self.options.host_attributes)) 284 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 | 129 image_name, host_attributes = cros_provisioner.run_provision() 133 add_provision_labels(host, host.VERSION_PREFIX, image_name, host_attributes)
|
D | host_attributes.py | 26 class host_attributes(site_host_attributes): class
|
D | site_server_job_utils.py | 15 from autotest_lib.server import autotest, hosts, host_attributes
|
D | autoserv | 138 host_attributes=parser.options.host_attributes, 537 host_attributes=parser.options.host_attributes,
|
D | autoserv.py | 138 host_attributes=parser.options.host_attributes, 537 host_attributes=parser.options.host_attributes,
|
D | server_job.py | 97 host_attributes=None): argument 125 if in_lab and host_attributes: 134 if host_attributes is not None: 135 afe_host.attributes.update(host_attributes) 136 info = host_info.HostInfo(attributes=host_attributes)
|
/external/autotest/site_utils/ |
D | test_runner_utils.py | 382 host_attributes=info.attributes, 534 host_attributes={}, argument 589 info = host_info.HostInfo(labels, host_attributes) 838 host_attributes={}, argument 912 host_attributes=host_attributes,
|
/external/autotest/server/site_tests/platform_InstallTestImage/ |
D | control.local | 10 from autotest_lib.server import host_attributes
|
D | control | 10 from autotest_lib.server import host_attributes
|
/external/autotest/site_utils/deployment/ |
D | install.py | 787 host_attributes = {} 804 host_attributes[host_info.hostname] = host_attr_dict 805 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,
|