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

  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 51 expected_hosts = ['host2', 'host1']
53 'host': {'hostname': h}} for h in expected_hosts]
57 self.assertEquals(sorted(expected_hosts),
65 expected_hosts = ['host2', 'host1']
67 'host': {'hostname': h}} for h in expected_hosts]
72 self.assertEquals(sorted(expected_hosts + [None]),
80 expected_hosts = ['host2', 'host1']
82 'host': {'hostname': h}} for h in expected_hosts]
87 self.assertTrue(expected_hosts[-1] not in
202 expected_hosts = [FakeHost(h) for h in expected_hostnames
    [all...]
job_status.py 245 expected_hosts = set(get_all_hosts(jobs))
246 logging.debug('Initial expected hosts: %r', expected_hosts)
248 while locked_hosts != expected_hosts:
253 hosts_to_check = [e for e in expected_hosts if e]
264 # 'None' in expected_hosts means we had entries in the job with no
267 expected_hosts = expected_hosts.difference([None])
273 expected_hosts = expected_hosts.union(get_all_hosts(jobs))
275 logging.debug('Expected hosts: %r', expected_hosts)
    [all...]
  /external/autotest/frontend/afe/
site_rpc_interface_unittest.py 534 expected_hosts = [(host.id, host.hostname) for host in hosts]
537 self.assertEqual(returned_hosts, expected_hosts)
    [all...]

Completed in 1020 milliseconds