HomeSort by relevance Sort by last modified time
    Searched refs:host_attributes (Results 1 - 13 of 13) sorted by null

  /external/autotest/server/
host_attributes.py 21 class host_attributes(site_host_attributes): class in inherits:site_host_attributes
afe_utils.py 123 image_name, host_attributes = host.machine_install_by_devserver(
126 image_name, host_attributes = host.machine_install(*args, **dargs)
129 info.attributes.update(host_attributes)
autoserv_utils.py 33 host_attributes=None,
66 @param host_attributes: Dict of host attributes to pass into autoserv.
121 if host_attributes:
122 command += ['--host_attributes', repr(host_attributes)]
autoserv_parser.py 205 self.parser.add_argument('--host_attributes', action='store',
206 dest='host_attributes', default='{}',
263 self.options.host_attributes = ast.literal_eval(
264 self.options.host_attributes)
265 if self.options.lab and self.options.host_attributes:
269 str(self.options.host_attributes))
270 self.options.host_attributes = []
site_gtest_runner.py 8 from autotest_lib.server import autotest, hosts, host_attributes
45 client_attributes = host_attributes.host_attributes(machine)
site_server_job_utils.py 14 from autotest_lib.server import autotest, hosts, host_attributes
autoserv 131 parser.options.host_attributes)
426 host_attributes = parser.options.host_attributes
464 if host_attributes:
465 kwargs['host_attributes'] = host_attributes
autoserv.py 131 parser.options.host_attributes)
426 host_attributes = parser.options.host_attributes
464 if host_attributes:
465 kwargs['host_attributes'] = host_attributes
server_job.py 91 def get_machine_dicts(machine_names, workdir, in_lab, host_attributes=None,
103 @param host_attributes: Optional list of host attributes to add for each
118 # See autoserv_parser.parse_args. Only one of in_lab or host_attributes
123 if host_attributes is not None:
124 afe_host.attributes.update(host_attributes)
125 info = host_info.HostInfo(attributes=host_attributes)
127 elif host_attributes:
130 'Obtained in_lab:%s, host_attributes:%s'
131 % (in_lab, host_attributes))
248 parent_job_id=None, host_attributes=None, in_lab=False)
    [all...]
  /external/autotest/site_utils/
test_droid.py 115 host_attributes = {'serials' : serials,
118 host_attributes['fastboot_serial'] = arguments.fastboot_serial
141 host_attributes=host_attributes, pretend=arguments.pretend)
test_runner_utils.py 254 autoserv_verbose=False, host_attributes={}):
275 @param host_attributes: Dict of host attributes to pass into autoserv.
305 host_attributes=host_attributes)
445 host_attributes={}):
474 @param host_attributes: Dict of host attributes to pass into autoserv.
541 pretend, autoserv_verbose, host_attributes)
624 host_attributes={}):
656 @param host_attributes: Dict of host attributes to pass into autoserv.
689 host_attributes=host_attributes
    [all...]
  /external/autotest/server/hosts/
testbed.py 399 @returns A tuple of (image_name, host_attributes).
402 host_attributes is a dictionary of (attribute, value), which
416 host_attributes = {}
444 host_attributes[attribute_name] = device_build_url
460 return image, host_attributes
  /external/autotest/site_utils/deployment/
install.py 721 host_attributes = {}
738 host_attributes[host_info.hostname] = host_attr_dict
739 return host_attributes

Completed in 385 milliseconds