Searched refs:get_hosts (Results 1 – 25 of 32) sorted by relevance
12
/external/autotest/server/hosts/ |
D | afe_store_unittest.py | 38 self.mock_afe.get_hosts.return_value = [ 47 self.mock_afe.get_hosts.return_value = [] 54 self.mock_afe.get_hosts.return_value = [ 64 self.mock_afe.get_hosts.return_value = [ 81 self.mock_afe.get_hosts.return_value = [ 91 self.mock_afe.get_hosts.return_value = [ 102 self.mock_afe.get_hosts.return_value = [ 113 self.mock_afe.get_hosts.return_value = [ 150 self.mock_afe.get_hosts.return_value = [ 161 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 | 189 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 | 67 afe_host = afe.get_hosts(hostname=hostname)[0]
|
D | test_push.py | 158 hosts = [h.hostname for h in AFE.get_hosts()] 239 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
|
D | diagnosis_utils.py | 289 hosts = self.rpc_interface.get_hosts(
|
D | test_runner_utils.py | 501 hosts = afe.get_hosts(hostname=remote)
|
/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 | 468 AFE.get_hosts(),
|
/external/autotest/site_utils/deployment/ |
D | install.py | 283 afe_host = afe.get_hosts(id=host_id)[0] 313 afe_host = afe.get_hosts(id=afe_host.id)[0] 340 hostlist = afe.get_hosts([hostname]) 371 afe_host = afe.get_hosts([hostname])[0] 616 for h in afe.get_hosts(hostnames=successful_hosts): 673 afe_host = afe.get_hosts(hostname=host) 735 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/cli/ |
D | atest_migrate_host | 14 old_host = old.get_hosts(hostname=hostname)[0]
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | moblab_RunSuite.py | 55 dut = host.afe.get_hosts()[0]
|
/external/autotest/server/ |
D | frontend.py | 483 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): member in AFE 497 self.get_hosts(status=status, label=label, **dargs)] 520 return self.get_hosts(id=id)[0] 609 for host in self.get_hosts(hostname__in=hostnames):
|
D | site_utils.py | 368 potential_hosts = afe.get_hosts(multiple_labels=labels) 800 afe_hosts = afe.get_hosts(active_dut_list)
|
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/ |
D | hardware_StorageQualCheckSetup.py | 72 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 | 144 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