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

  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 45 @throws ControlFileNotFound if the file cannot be retrieved.
57 @throws ControlFileNotFound if the file cannot be retrieved.
123 @throws ControlFileNotFound if the file cannot be retrieved.
126 raise error.ControlFileNotFound('No control files found.')
134 raise error.ControlFileNotFound('No control file for ' + test_name)
136 raise error.ControlFileNotFound(test_name + ' is not unique.')
150 @throws ControlFileNotFound if the file cannot be retrieved.
227 @throws ControlFileNotFound if the file cannot be retrieved.
235 raise error.ControlFileNotFound(msg)
294 @throws ControlFileNotFound if the file cannot be retrieved
    [all...]
control_file_getter_unittest.py 104 self.assertRaises(error.ControlFileNotFound,
168 self.assertRaises(error.ControlFileNotFound,
reporting.py 389 if isinstance(self._exception, error.ControlFileNotFound):
407 if isinstance(self._exception, error.ControlFileNotFound):
    [all...]
  /external/autotest/client/common_lib/cros/
retry_unittest.py 79 raise error.ControlFileNotFound()
80 self.assertRaises(error.ControlFileNotFound, fail)
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 257 except (error.ControlFileNotFound, error.ControlFileEmpty,
deduping_scheduler_unittest.py 291 exception = error.ControlFileNotFound(message)
  /external/autotest/client/common_lib/
error.py 421 class ControlFileNotFound(CrosDynamicSuiteException):

Completed in 119 milliseconds