Home
last modified time | relevance | path

Searched refs:FakeJob (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Djob_status_unittest.py23 from autotest_lib.server.cros.dynamic_suite.fakes import FakeHost, FakeJob
50 job = FakeJob(0, [])
64 job = FakeJob(0, [])
79 job = FakeJob(0, [])
95 job = FakeJob(0, [])
108 job0 = FakeJob(0, [])
109 job1 = FakeJob(1, [])
123 job = FakeJob(0, [])
133 job = FakeJob(0, [])
146 job0 = FakeJob(0, [])
[all …]
Dsuite_unittest.py32 from autotest_lib.server.cros.dynamic_suite.fakes import FakeJob
308 fake_job = FakeJob(id=n)
710 fake_job = FakeJob(id=self._FAKE_JOB_ID)
711 fake_new_job = FakeJob(id=fake_new_job_id)
747 fake_job = FakeJob(id=self._FAKE_JOB_ID)
775 fake_job = FakeJob(id=self._FAKE_JOB_ID)
Dfakes.py32 class FakeJob(object): class
/external/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_service_test.py19 class FakeJob(object): class in BuildbucketServiceTest
66 fake_job = BuildbucketServiceTest.FakeJob()
/external/autotest/scheduler/
Dmonitor_db_unittest.py1086 class FakeJob(object): class
1093 job = FakeJob
1096 ['-u', FakeJob.owner, '-l', FakeJob.name])