Searched refs:get_all_hosts (Results 1 - 3 of 3) sorted by relevance

/external/autotest/server/site_tests/testbed_DummyTest/
H A Dtestbed_DummyTest.py21 for device in self.testbed.get_all_hosts():
/external/autotest/server/hosts/
H A Dtestbed.py87 def get_all_hosts(self): member in class:TestBed
159 for device in self.get_all_hosts():
/external/autotest/server/cros/dynamic_suite/
H A Djob_status.py230 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 582 milliseconds