Home
last modified time | relevance | path

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

/external/autotest/contrib/
Dfind_suite_tasks.py80 child_job_ids = {j.id for j in child_jobs}
81 hqes = afe.get_host_queue_entries(job_id__in=list(child_job_ids))
/external/autotest/server/lib/
Dsuite_report.py209 child_job_ids = {j.id for j in child_jobs}
211 hqes = afe.get_host_queue_entries(job_id__in=list(child_job_ids))
/external/autotest/site_utils/
Drun_suite_unittest.py131 def _mock_afe_get_jobs(self, suite_job_id, child_job_ids): argument
144 for job_id in child_job_ids: