HomeSort by relevance Sort by last modified time
    Searched refs:get_hosts (Results 26 - 50 of 50) sorted by null

12

  /external/autotest/server/cros/dynamic_suite/
tools.py 144 updated_hosts = afe.get_hosts(hostnames=hostnames)
suite.py     [all...]
  /external/autotest/server/
frontend.py 523 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): member in class:AFE
528 hosts = self.run('get_hosts', **query_args)
533 """Like get_hosts() but returns hostnames instead of Host objects."""
537 self.get_hosts(status=status, label=label, **dargs)]
560 return self.get_hosts(id=id)[0]
640 to get those back from an explicit get_hosts queury, then patch
649 for host in self.get_hosts(hostname__in=hostnames):
site_utils.py 98 rpc_interfaces.get_hosts()), we'll add them in here so users won't be
360 potential_hosts = afe.get_hosts(multiple_labels=labels)
840 afe_hosts = afe.get_hosts(active_dut_list)
    [all...]
autoserv 268 hosts = afe.get_hosts(hostname=machine)
autoserv.py 268 hosts = afe.get_hosts(hostname=machine)
server_job.py     [all...]
  /external/autotest/site_utils/
diagnosis_utils.py 298 hosts = self.rpc_interface.get_hosts(
test_push.py 160 hosts = AFE.run('get_hosts', status='Ready', locked=False)
204 hosts = [h.hostname for h in AFE.get_hosts()]
311 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
test_runner_utils.py 429 hosts = afe.get_hosts(hostname=remote)
    [all...]
lab_inventory.py 468 afehosts = afe.get_hosts(labels__name__in=label_list)
    [all...]
  /external/autotest/site_utils/rpm_control_system/
frontend_server.py 225 hosts = self._afe.get_hosts(hostname=device_hostname)
  /external/autotest/server/cros/network/
chaos_clique_utils.py 40 available_pcaps = afe.get_hosts(label='packet_capture')
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 282 hosts = rpc_interface.get_hosts(hostname=host1.hostname)
395 hosts = rpc_interface.get_hosts(hostname=host1.hostname)
409 hosts = rpc_interface.get_hosts(
766 hosts = rpc_interface.get_hosts()
769 hosts = rpc_interface.get_hosts(hostname='host1')
779 hosts = rpc_interface.get_hosts(
    [all...]
rpc_interface.py 630 def get_hosts(multiple_labels=(), exclude_only_if_needed_labels=False, function
709 Same parameters as get_hosts().
    [all...]
  /external/autotest/scheduler/
agent_task.py 610 self.host = rdb_lib.get_hosts([task.host.id])[0]
scheduler_models.py 503 self.host = rdb_lib.get_hosts([self.host_id])[0]
    [all...]
  /external/autotest/server/hosts/
servo_host.py 368 afe_hosts = afe.get_hosts(dut_list)
389 afe_hosts = afe.get_hosts(dut_list)
    [all...]
cros_host.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 950 def get_hosts(self): member in class:Netrc
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 992 def get_hosts(self): member in class:Netrc
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 960 def get_hosts(self): member in class:Netrc
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 960 def get_hosts(self): member in class:Netrc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 960 def get_hosts(self): member in class:Netrc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 960 def get_hosts(self): member in class:Netrc
    [all...]

Completed in 1642 milliseconds

12