Searched refs:host_list (Results 1 – 14 of 14) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | 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:]} 99 group.mark_host_success(host_list[0].hostname) [all …]
|
D | comparators.py | 53 def __init__(self, host_list): argument 54 self._hostname_list = [h.hostname for h in host_list] 72 def __init__(self, host_list): argument 73 self._in_host_list = InHostList(host_list)
|
D | tools.py | 101 def get_random_best_host(afe, host_list, require_usable_hosts=True): argument 120 if not host_list: 122 hostnames = [host.hostname for host in host_list]
|
D | host_spec.py | 116 for spec, host_list in hosts_per_spec.iteritems(): 117 for host in host_list:
|
/external/autotest/server/ |
D | afe_utils.py | 73 host_list = [host.hostname] 79 label.remove_hosts(hosts=host_list)
|
D | frontend.py | 569 host_list = [h.hostname for h in hosts if h.status not in dead_statuses] 570 print 'HOSTS: %s' % host_list 575 dargs['hosts'] = host_list
|
/external/autotest/cli/ |
D | host.py | 98 class host_list(action_common.atest_list, host): class 103 super(host_list, self).__init__() 138 (options, leftover) = super(host_list, self).parse([label_info]) 188 return super(host_list, self).execute(op='get_hosts', 204 super(host_list, self).output(results, keys=keys)
|
D | host_unittest.py | 54 hl = host.host_list() 62 hl = host.host_list() 73 hl = host.host_list() 81 hl = host.host_list() 89 hl = host.host_list() 97 hl = host.host_list() 105 hl = host.host_list()
|
/external/autotest/cli/contrib/ |
D | why_isnt_my_job_running.py | 194 for label_name, host_list in runnable_atomic_label_names.iteritems(): 197 print ', '.join(host_list)
|
/external/autotest/scheduler/ |
D | postjob_task.py | 233 host_list = ','.join(queue_entry.host.hostname 238 '-m', host_list, '-r', results_dir]
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 394 host_list = [h for h in afehosts 396 boardhosts.extend(host_list)
|
/external/libnfc-nxp/src/ |
D | phHciNfc_AdminMgmt.c | 102 uint8_t host_list[HOST_LIST_MAX_LEN]; member 1186 p_admin_info->host_list[i] = reg_value[i]; in phHciNfc_Admin_InfoUpdate()
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 775 >>> host_list = rpc_interface.get_hosts() 777 >>> for host in host_list: 785 >>> host_list = rpc_interface.get_hosts(labels__atomic_group__name='mini rack') 786 >>> list(sorted(h['hostname'] for h in host_list))
|
/external/autotest/server/hosts/ |
D | cros_host.py | 1746 host_list = [self.hostname] 1755 label.remove_hosts(hosts=host_list)
|