Searched defs:host_ids (Results 1 - 1 of 1) sorted by relevance

/external/autotest/scheduler/
H A Dmonitor_db_unittest.py35 host_ids = () variable in class:DummyAgent
85 agent_or_task.host_ids = agent_or_task.queue_entry_ids = id_list
207 def _assert_job_scheduled_on_number_of(self, job_id, host_ids, number):
210 for host_id in host_ids:
217 'Jobs scheduled: %s' % (job_id, number, host_ids, found))
220 'Jobs scheduled: %s' % (job_id, number, host_ids, found))

Completed in 122 milliseconds