Home | History | Annotate | Download | only in dynamic_suite

Lines Matching full:job1

109         job1 = FakeJob(1, [])
111 self.afe.get_jobs(id=job1.id, not_yet_run=True).AndReturn([job1])
113 self.afe.get_jobs(id=job1.id, not_yet_run=True).AndReturn([job1])
114 self.afe.get_jobs(id=job1.id, not_yet_run=True).AndReturn([])
118 job_status.wait_for_jobs_to_start(self.afe, [job0, job1])
147 job1 = FakeJob(1, [])
149 self.afe.get_jobs(id=job1.id, finished=True).AndReturn([])
151 self.afe.get_jobs(id=job1.id, finished=True).AndReturn([job1])
156 job_status.wait_for_jobs_to_finish(self.afe, [job0, job1])
371 job1
377 job1.hostnames = [None]
378 self.expect_hosts_query_and_lock([job0, job1], manager, [], False)
381 self.expect_hosts_query_and_lock([job0, job1], manager,
387 job1.hostnames = expected_hostnames[1:2]
388 self.expect_hosts_query_and_lock([job0, job1], manager,
392 self.expect_hosts_query_and_lock([job0, job1], manager,
397 self.expect_hosts_query_and_lock([job0, job1], manager, expected_hosts)
403 job1).AndReturn(job1.hostnames)
409 [job0, job1],