Home
last modified time | relevance | path

Searched refs:get_hosts (Results 1 – 25 of 31) sorted by relevance

12

/external/autotest/server/hosts/
Dafe_store_unittest.py44 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 …]
Dmoblab_host.py202 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():
Dchameleon_host.py189 hosts = afe.get_hosts(hostname=dut)
276 hosts = afe.get_hosts(hostname=dut)
Dafe_store.py41 hosts = self._afe.get_hosts(hostname=self._hostname)
/external/autotest/server/cros/network/
Drf_switch_utils_test.py35 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]
Drf_switch_utils.py26 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/
Ddiagnosis_utils_unittest.py47 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()
Dadd_detected_host_labels.py71 afe_host = afe.get_hosts(hostname=hostname)[0]
Dtest_push.py162 hosts = [h.hostname for h in AFE.get_hosts()]
243 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
Ddiagnosis_utils.py213 hosts = self.rpc_interface.get_hosts(
/external/autotest/frontend/afe/
Ddirect_afe_unittest.py17 hosts = afe.get_hosts()
21 hosts = afe.get_hosts()
Drpc_interface_unittest.py285 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)
Drpc_interface.py626 def get_hosts(multiple_labels=(), exclude_only_if_needed_labels=False, function
1277 host_dict = get_hosts(id=host.id)[0]
/external/autotest/contrib/
Dmanage_powerunit_info.py64 if not afe.get_hosts(hostname=device):
103 hosts = afe.get_hosts()
118 hosts = afe.get_hosts(hostname__in = devices)
Dgenerate_rpm_mapping.py469 AFE.get_hosts(),
/external/autotest/site_utils/deployment/
Dinstall.py297 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/
Dmoblab_Setup.py42 for host in afe.get_hosts():
/external/autotest/server/
Dfrontend.py489 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):
Dsite_utils.py375 potential_hosts = afe.get_hosts(multiple_labels=labels)
774 afe_hosts = afe.get_hosts(active_dut_list)
Dautoserv286 hosts = afe.get_hosts(hostname=machine)
/external/autotest/server/site_tests/moblab_RunSuite/
Dmoblab_RunSuite.py55 dut = host.afe.get_hosts()[0]
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py72 for host in afe.get_hosts():
/external/autotest/server/lib/
Dstatus_history.py457 afehost = afe.get_hosts(hostname=hostname)[0]
481 hosts = afe.get_hosts(**kwargs)
/external/autotest/server/cros/dynamic_suite/
Dtools.py148 updated_hosts = afe.get_hosts(hostnames=hostnames)
/external/autotest/server/site_tests/moblab_StorageQual/
Dmoblab_StorageQual.py77 duts = host.afe.get_hosts()

12