Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dhost_scheduler.py115 self.suite_host_num, self.hosts_to_suites = (
128 if self.hosts_to_suites.get(queue_entry.host_id, None) == parent_id:
135 self.hosts_to_suites[queue_entry.host_id] = parent_id
147 if host.id in self.hosts_to_suites:
148 parent_job_id = self.hosts_to_suites.pop(host.id)
Dquery_managers.py188 hosts_to_suites = {}
194 hosts_to_suites[host_id] = parent_job_id
195 return suite_host_num, hosts_to_suites
Dhost_scheduler_unittests.py304 self.assertEqual(r.hosts_to_suites,
310 def verify_state(self, recorder, suite_host_num, hosts_to_suites): argument
318 self.assertEqual(recorder.hosts_to_suites, hosts_to_suites)