HomeSort by relevance Sort by last modified time
    Searched full:get_all_hosts (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/testbed_DummyTest/
testbed_DummyTest.py 21 for device in self.testbed.get_all_hosts():
  /external/autotest/server/hosts/
testbed.py 87 def get_all_hosts(self): member in class:TestBed
159 for device in self.get_all_hosts():
  /external/autotest/server/cros/dynamic_suite/
job_status.py 230 def get_all_hosts(my_jobs): function in function:wait_for_and_lock_job_hosts
245 expected_hosts = set(get_all_hosts(jobs))
269 # get_all_hosts() returns only hosts that are currently Running a
273 expected_hosts = expected_hosts.union(get_all_hosts(jobs))

Completed in 468 milliseconds