/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 = [
|
D | moblab_host.py | 219 existing_hosts = [host.hostname for host in self.afe.get_hosts()] 294 self.afe.get_hosts() 326 if not self.afe.get_hosts(status='Ready'): 327 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/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 105 >>> data = rpc_interface.get_hosts() 133 >>> data = rpc_interface.get_hosts() 149 >>> rpc_interface.get_hosts() == [] 221 >>> data = rpc_interface.get_hosts(hostname='host1') 224 >>> data = rpc_interface.get_hosts(hostname='host2') 232 >>> data = rpc_interface.get_hosts(labels__name='label1') 235 >>> data = rpc_interface.get_hosts(labels__name='label2') 241 >>> data = rpc_interface.get_hosts(hostname='host1') 244 >>> rpc_interface.get_hosts(labels__name='label2') 258 >>> data = rpc_interface.get_hosts(hostname='host1') [all …]
|
/external/autotest/server/cros/network/ |
D | rf_switch_utils_test.py | 34 afe_instance.get_hosts.return_value = [mock_host_instance] 46 afe_instance.get_hosts.return_value = [mock_host_instance] 58 afe_instance.get_hosts.return_value = [] 70 afe_instance.get_hosts.return_value = mock_host_instance 80 afe_instance.get_hosts.return_value = mock_host_instance
|
D | rf_switch_controller_test.py | 45 afe_instance.get_hosts.return_value = [ 59 afe_instance.get_hosts.return_value = [ 74 afe_instance.get_hosts.return_value = [self.client_box_host] 89 afe_instance.get_hosts.return_value = [self.client_box_host]
|
D | rf_switch_utils.py | 25 rf_switch_hosts = afe.get_hosts(label=RF_SWITCH_LABEL, locked=False) 47 rf_switch = afe.get_hosts(hostnames=[rf_switch_host.hostname])
|
D | rf_switch_client_box_test.py | 37 afe_instance.get_hosts.return_value = [self.client_box_host, dut_host] 49 afe_instance.get_hosts.return_value = [self.client_box_host]
|
D | rf_switch_client_box.py | 44 hosts = afe.get_hosts(label=self.client_box_label)
|
D | rf_switch_controller.py | 47 self.hosts = afe.get_hosts(label=labels)
|
/external/autotest/site_utils/ |
D | diagnosis_utils_unittest.py | 49 self.afe_mock.get_hosts.return_value = self._mockZeroHost() 67 self.afe_mock.get_hosts.return_value = self._mockTwoAvailableHosts() 93 self.afe_mock.get_hosts.return_value = self._mockTwoFailedHosts()
|
D | add_detected_host_labels.py | 67 afe_host = afe.get_hosts(hostname=hostname)[0]
|
/external/autotest/frontend/afe/ |
D | direct_afe_unittest.py | 17 hosts = afe.get_hosts() 21 hosts = afe.get_hosts()
|
/external/autotest/server/cros/ |
D | host_lock_manager_unittest.py | 80 self.afe.get_hosts(hostname=self.HOST1).AndReturn(None) 89 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info) 98 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info) 107 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info) 117 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
|
/external/autotest/scheduler/ |
D | rdb_unittest.py | 33 rdb_requests.HostRequest, rdb.get_hosts) 106 self.handler.host_query_manager.get_hosts = mock.MagicMock( 240 len(self.available_hosts_query_manager.get_hosts( 247 hosts = self.all_hosts_query_manager.get_hosts([db_host.id]) 253 hosts = self.all_hosts_query_manager.get_hosts([hosts[0].id])
|
D | rdb_lib.py | 90 def get_hosts(host_ids): function 103 rdb_requests.HostRequest, rdb.get_hosts)
|
D | rdb.py | 51 def get_hosts(self, ids): member in BaseHostQueryManager 227 for host in self.host_query_manager.get_hosts(host_ids): 482 def get_hosts(host_requests): function
|
/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)
|
/external/toolchain-utils/ |
D | afe_lock_machine.py | 241 host_info = self.local_afe.get_hosts(hostname=m) 278 host_info = self.local_afe.get_hosts(hostname=m) 512 host_info = self.afe.get_hosts(hostname=mod_host) 517 host_info = self.local_afe.get_hosts(hostname=m)
|
/external/autotest/site_utils/deployment/ |
D | install.py | 355 hostlist = afe.get_hosts([hostname]) 375 afe_host = afe.get_hosts([hostname])[0] 579 for h in afe.get_hosts(hostnames=successful_hosts): 632 afe_host = afe.get_hosts(hostname=host) 694 afe_hosts = afe.get_hosts(hostname=host_info.hostname)
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | moblab_RunSuite.py | 38 board = host.afe.get_hosts()[0].platform
|
/external/autotest/cli/ |
D | atest_migrate_host | 14 old_host = old.get_hosts(hostname=hostname)[0]
|
/external/autotest/server/ |
D | frontend.py | 522 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): member in AFE 536 self.get_hosts(status=status, label=label, **dargs)] 550 return self.get_hosts(id=id)[0] 639 for host in self.get_hosts(hostname__in=hostnames):
|
/external/autotest/server/lib/ |
D | status_history.py | 486 afehost = afe.get_hosts(hostname=hostname)[0] 522 hosts = afe.get_hosts(**kwargs)
|