Searched refs:get_hosts (Results 1 – 25 of 31) sorted by relevance
12
/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 | 202 existing_hosts = [host.hostname for host in self.afe.get_hosts()] 297 self.afe.get_hosts() 324 if not self.afe.get_hosts(status='Ready'): 325 for host in self.afe.get_hosts():
|
D | chameleon_host.py | 189 hosts = afe.get_hosts(hostname=dut) 276 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 | 47 self.afe_mock.get_hosts.return_value = self._mockZeroHost() 65 self.afe_mock.get_hosts.return_value = self._mockTwoAvailableHosts() 91 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 | test_push.py | 162 hosts = [h.hostname for h in AFE.get_hosts()] 243 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
|
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 | 285 hosts = rpc_interface.get_hosts(hostname=host1.hostname) 398 hosts = rpc_interface.get_hosts(hostname=host1.hostname) 412 hosts = rpc_interface.get_hosts( 769 hosts = rpc_interface.get_hosts() 772 hosts = rpc_interface.get_hosts(hostname='host1') 782 hosts = rpc_interface.get_hosts( 1089 data = rpc_interface.get_hosts(hostname='host1', valid_only=False)
|
/external/autotest/contrib/ |
D | manage_powerunit_info.py | 64 if not afe.get_hosts(hostname=device): 103 hosts = afe.get_hosts() 118 hosts = afe.get_hosts(hostname__in = devices)
|
D | generate_rpm_mapping.py | 469 AFE.get_hosts(),
|
/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/site_tests/moblab_Setup/ |
D | moblab_Setup.py | 42 for host in afe.get_hosts():
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | moblab_RunSuite.py | 55 dut = host.afe.get_hosts()[0]
|
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/ |
D | hardware_StorageQualCheckSetup.py | 72 for host in afe.get_hosts():
|
/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 | 375 potential_hosts = afe.get_hosts(multiple_labels=labels) 774 afe_hosts = afe.get_hosts(active_dut_list)
|
D | autoserv | 286 hosts = afe.get_hosts(hostname=machine)
|
D | autoserv.py | 286 hosts = afe.get_hosts(hostname=machine)
|
/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)
|
/external/autotest/server/site_tests/moblab_StorageQual/ |
D | moblab_StorageQual.py | 77 duts = host.afe.get_hosts()
|
12