Home
last modified time | relevance | path

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

/external/autotest/server/
Dautoserv_utils.py29 host_attributes=None, argument
129 if host_attributes:
130 command += ['--host_attributes', repr(host_attributes)]
Dautoserv_parser.py277 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 = []
Dsite_gtest_runner.py8 from autotest_lib.server import autotest, hosts, host_attributes
45 client_attributes = host_attributes.host_attributes(machine)
Dafe_utils.py129 image_name, host_attributes = cros_provisioner.run_provision()
133 add_provision_labels(host, host.VERSION_PREFIX, image_name, host_attributes)
Dhost_attributes.py26 class host_attributes(site_host_attributes): class
Dsite_server_job_utils.py15 from autotest_lib.server import autotest, hosts, host_attributes
Dautoserv138 host_attributes=parser.options.host_attributes,
537 host_attributes=parser.options.host_attributes,
Dautoserv.py138 host_attributes=parser.options.host_attributes,
537 host_attributes=parser.options.host_attributes,
Dserver_job.py97 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/
Dtest_runner_utils.py382 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/
Dcontrol.local10 from autotest_lib.server import host_attributes
Dcontrol10 from autotest_lib.server import host_attributes
/external/autotest/site_utils/deployment/
Dinstall.py787 host_attributes = {}
804 host_attributes[host_info.hostname] = host_attr_dict
805 return host_attributes
/external/toolchain-utils/android_bench_suite/
Dautotest.diff899 + host_attributes = {'serials': serials,
910 + host_attributes=host_attributes,
1019 + host_attributes = {'serials': serials,
1051 + host_attributes=host_attributes,