Home
last modified time | relevance | path

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

/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.py196 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():
Dchameleon_host.py192 hosts = afe.get_hosts(hostname=dut)
279 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.py48 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()
Dadd_detected_host_labels.py71 afe_host = afe.get_hosts(hostname=hostname)[0]
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.py280 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)
Drpc_interface.py618 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/
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/
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.py344 potential_hosts = afe.get_hosts(multiple_labels=labels)
700 afe_hosts = afe.get_hosts(active_dut_list)
D_autoserv.py328 hosts = afe.get_hosts(hostname=machine)
D_autoserv328 hosts = afe.get_hosts(hostname=machine)
Dserver_job.py1643 hosts = afe.get_hosts(hostname=hostname)
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py73 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)
Dsuite.py1601 hosts = self._afe.get_hosts(
/external/python/cpython2/Lib/
Dftplib.py1004 def get_hosts(self): member in Netrc