Searched refs:get_hosts (Results 1 – 23 of 23) sorted by relevance
/external/autotest/server/hosts/ |
D | afe_store_unittest.py | 44 self.mock_afe.get_hosts.return_value = [ 53 self.mock_afe.get_hosts.return_value = [] 60 self.mock_afe.get_hosts.return_value = [ 70 self.mock_afe.get_hosts.return_value = [ 87 self.mock_afe.get_hosts.return_value = [ 97 self.mock_afe.get_hosts.return_value = [ 108 self.mock_afe.get_hosts.return_value = [ 119 self.mock_afe.get_hosts.return_value = [ 156 self.mock_afe.get_hosts.return_value = [ 167 self.mock_afe.get_hosts.return_value = [ [all …]
|
D | moblab_host.py | 196 existing_hosts = [host.hostname for host in self.afe.get_hosts()] 291 self.afe.get_hosts() 318 if not self.afe.get_hosts(status='Ready'): 319 for host in self.afe.get_hosts():
|
D | chameleon_host.py | 192 hosts = afe.get_hosts(hostname=dut) 279 hosts = afe.get_hosts(hostname=dut)
|
D | afe_store.py | 41 hosts = self._afe.get_hosts(hostname=self._hostname)
|
/external/autotest/server/cros/network/ |
D | rf_switch_utils_test.py | 35 afe_instance.get_hosts.return_value = [mock_host_instance] 47 afe_instance.get_hosts.return_value = [mock_host_instance] 59 afe_instance.get_hosts.return_value = [] 71 afe_instance.get_hosts.return_value = [mock_host_instance] 81 afe_instance.get_hosts.return_value = [mock_host_instance]
|
D | rf_switch_utils.py | 26 rf_switch_hosts = afe.get_hosts(label=RF_SWITCH_LABEL, locked=False) 48 rf_switch = afe.get_hosts(hostnames=(rf_switch_host.hostname,))
|
/external/autotest/site_utils/ |
D | diagnosis_utils_unittest.py | 48 self.afe_mock.get_hosts.return_value = self._mockZeroHost() 66 self.afe_mock.get_hosts.return_value = self._mockTwoAvailableHosts() 92 self.afe_mock.get_hosts.return_value = self._mockTwoFailedHosts()
|
D | add_detected_host_labels.py | 71 afe_host = afe.get_hosts(hostname=hostname)[0]
|
D | diagnosis_utils.py | 213 hosts = self.rpc_interface.get_hosts(
|
/external/autotest/frontend/afe/ |
D | direct_afe_unittest.py | 17 hosts = afe.get_hosts() 21 hosts = afe.get_hosts()
|
D | rpc_interface_unittest.py | 280 hosts = rpc_interface.get_hosts(hostname=host1.hostname) 391 hosts = rpc_interface.get_hosts(hostname=host1.hostname) 405 hosts = rpc_interface.get_hosts( 751 hosts = rpc_interface.get_hosts() 754 hosts = rpc_interface.get_hosts(hostname='host1') 764 hosts = rpc_interface.get_hosts( 1072 data = rpc_interface.get_hosts(hostname='host1', valid_only=False)
|
D | rpc_interface.py | 618 def get_hosts(multiple_labels=(), exclude_only_if_needed_labels=False, function 1269 host_dict = get_hosts(id=host.id)[0]
|
/external/autotest/site_utils/deployment/ |
D | install.py | 297 afe_host = afe.get_hosts(id=host_id)[0] 328 afe_host = afe.get_hosts(id=afe_host.id)[0] 356 hostlist = afe.get_hosts([hostname]) 387 afe_host = afe.get_hosts([hostname])[0] 639 for h in afe.get_hosts(hostnames=successful_hosts): 699 afe_host = afe.get_hosts(hostname=host) 763 afe_hosts = afe.get_hosts(hostname=host_info.hostname)
|
/external/autotest/server/ |
D | frontend.py | 489 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): member in AFE 503 self.get_hosts(status=status, label=label, **dargs)] 526 return self.get_hosts(id=id)[0] 615 for host in self.get_hosts(hostname__in=hostnames):
|
D | site_utils.py | 344 potential_hosts = afe.get_hosts(multiple_labels=labels) 700 afe_hosts = afe.get_hosts(active_dut_list)
|
D | _autoserv.py | 328 hosts = afe.get_hosts(hostname=machine)
|
D | _autoserv | 328 hosts = afe.get_hosts(hostname=machine)
|
D | server_job.py | 1643 hosts = afe.get_hosts(hostname=hostname)
|
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/ |
D | hardware_StorageQualCheckSetup.py | 73 for host in afe.get_hosts():
|
/external/autotest/server/lib/ |
D | status_history.py | 457 afehost = afe.get_hosts(hostname=hostname)[0] 481 hosts = afe.get_hosts(**kwargs)
|
/external/autotest/server/cros/dynamic_suite/ |
D | tools.py | 148 updated_hosts = afe.get_hosts(hostnames=hostnames)
|
D | suite.py | 1601 hosts = self._afe.get_hosts(
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 1004 def get_hosts(self): member in Netrc
|