HomeSort by relevance Sort by last modified time
    Searched refs:running_hosts (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/dynamic_suite/
job_status.py 256 running_hosts = afe.get_hosts(hosts_to_check, status='Running')
257 hostnames = [h.hostname for h in running_hosts]
job_status_unittest.py 167 def expect_hosts_query_and_lock(self, jobs, manager, running_hosts,
175 @param running_hosts: list of FakeHosts that should be listed as
177 @param do_lock: If |manager| should expect |running_hosts| to get
190 status='Running').AndReturn(running_hosts)
192 manager.lock([h.hostname for h in running_hosts])

Completed in 61 milliseconds