Home
last modified time | relevance | path

Searched refs:hosts_to_suites (Results 1 – 3 of 3) sorted by relevance

/external/autotest/scheduler/
Dhost_scheduler.py120 self.suite_host_num, self.hosts_to_suites = (
133 if self.hosts_to_suites.get(queue_entry.host_id, None) == parent_id:
140 self.hosts_to_suites[queue_entry.host_id] = parent_id
152 if host.id in self.hosts_to_suites:
153 parent_job_id = self.hosts_to_suites.pop(host.id)
Dquery_managers.py197 hosts_to_suites = {}
203 hosts_to_suites[host_id] = parent_job_id
204 return suite_host_num, hosts_to_suites
Dhost_scheduler_unittests.py303 self.assertEqual(r.hosts_to_suites,
309 def verify_state(self, recorder, suite_host_num, hosts_to_suites): argument
317 self.assertEqual(recorder.hosts_to_suites, hosts_to_suites)