Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py131 raise error.ControlFileNotFound('No control files found.')
140 raise error.ControlFileNotFound('No control file for ' + test_name)
142 raise error.ControlFileNotFound(test_name + ' is not unique.')
253 raise error.ControlFileNotFound(msg)
317 raise error.ControlFileNotFound(e)
Dcontrol_file_getter_unittest.py101 self.assertRaises(error.ControlFileNotFound,
165 self.assertRaises(error.ControlFileNotFound,
Dfrontend_wrappers.py88 timeout_util.TimeoutError, error.ControlFileNotFound)
/external/autotest/client/common_lib/cros/
Dretry_unittest.py79 raise error.ControlFileNotFound()
80 self.assertRaises(error.ControlFileNotFound, fail)
/external/autotest/client/common_lib/
Derror.py427 class ControlFileNotFound(CrosDynamicSuiteException): class