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

  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler_unittest.py 255 self.mox.StubOutWithMock(reporting.Reporter, '_check_tracker')
282 reporting.Reporter._check_tracker().AndReturn(True)
  /external/autotest/server/cros/dynamic_suite/
reporting.py 435 def _check_tracker(self): member in class:Reporter
446 if self._check_tracker():
    [all...]
suite_unittest.py 693 self.mox.StubOutWithMock(reporting.Reporter, '_check_tracker')
697 reporting.Reporter._check_tracker().AndReturn(False)
    [all...]

Completed in 51 milliseconds