HomeSort by relevance Sort by last modified time
    Searched refs:FakeJob (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 23 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...]
fakes.py 32 class FakeJob(object):
suite_unittest.py 32 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)
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_service_test.py 19 class FakeJob(object):
66 fake_job = BuildbucketServiceTest.FakeJob()
  /external/autotest/scheduler/
monitor_db_unittest.py     [all...]

Completed in 639 milliseconds