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

  /external/autotest/server/cros/dynamic_suite/
host_spec_unittest.py 64 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')]
65 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],
66 host_spec.HostSpec(['l2']): host_list[1:]}
68 for host in host_list:
74 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')]
75 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],
76 host_spec.HostSpec(['l2']): host_list}
93 host_list = [FakeHost('h1'), FakeHost('h2'), FakeHost('h3')]
95 hosts_per_spec = {specs[0]: host_list[:1], specs[1]: host_list[1:]
    [all...]
tools.py 122 def get_random_best_host(afe, host_list, require_usable_hosts=True):
124 Randomly choose the 'best' host from host_list, using fresh status.
136 @param host_list: an iterable of Host objects, per server/frontend.py
141 if not host_list:
143 hostnames = [host.hostname for host in host_list]
host_spec.py 116 for spec, host_list in hosts_per_spec.iteritems():
117 for host in host_list:
  /development/testrunner/test_defs/
native_test.py 60 host_list = self._FilterOutMissing(android_build.GetHostBin(), source_list)
61 logger.SilentLog("Host tests %s" % host_list)
70 for f in host_list:
  /external/autotest/cli/
host.py 102 class host_list(action_common.atest_list, host): class in inherits:action_common.atest_list, host
107 super(host_list, self).__init__()
142 (options, leftover) = super(host_list, self).parse([label_info])
193 return super(host_list, self).execute(op='get_hosts',
214 super(host_list, self).output(results, keys=keys)
host_unittest.py 59 hl = host.host_list()
67 hl = host.host_list()
78 hl = host.host_list()
86 hl = host.host_list()
94 hl = host.host_list()
102 hl = host.host_list()
110 hl = host.host_list()
    [all...]
  /external/autotest/scheduler/
postjob_task.py 240 host_list = ','.join(queue_entry.host.hostname
245 '-m', host_list, '-r', results_dir]
  /external/autotest/site_utils/deployment/
install.py 633 host_list = afe.get_hosts_by_attribute(
635 for host in host_list:
  /external/autotest/site_utils/
lab_inventory.py 476 host_list = [h for h in afehosts
478 modelhosts.extend(host_list)
    [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 248 milliseconds