Home
last modified time | relevance | path

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

/external/autotest/server/
Dautoserv_utils.py27 host_attributes=None, argument
112 if host_attributes:
113 command += ['--host_attributes', repr(host_attributes)]
Dautoserv_parser.py264 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 = []
Dsite_gtest_runner.py8 from autotest_lib.server import autotest, hosts, host_attributes
45 client_attributes = host_attributes.host_attributes(machine)
Dafe_utils.py112 image_name, host_attributes = updater.run_update()
114 info.attributes.update(host_attributes)
Dhost_attributes.py21 class host_attributes(site_host_attributes): class
Dautoserv.py137 host_attributes=parser.options.host_attributes,
515 host_attributes=parser.options.host_attributes,
Dautoserv137 host_attributes=parser.options.host_attributes,
515 host_attributes=parser.options.host_attributes,
Dsite_server_job_utils.py14 from autotest_lib.server import autotest, hosts, host_attributes
Dserver_job.py85 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/
Dtest_runner_utils.py314 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/
Dinstall.py813 host_attributes = {}
830 host_attributes[host_info.hostname] = host_attr_dict
831 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,
/external/autotest/server/site_tests/platform_InstallTestImage/
Dcontrol10 from autotest_lib.server import host_attributes
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol9 from autotest_lib.server import host_attributes