Searched refs:ControlFileNotFound (Results 1 – 6 of 6) sorted by relevance
131 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.')257 raise error.ControlFileNotFound(msg)321 raise error.ControlFileNotFound(e)
102 self.assertRaises(error.ControlFileNotFound,157 self.assertRaises(error.ControlFileNotFound,
89 timeout_util.TimeoutError, error.ControlFileNotFound)
74 raise error.ControlFileNotFound()75 self.assertRaises(error.ControlFileNotFound, fail)
435 class ControlFileNotFound(CrosDynamicSuiteException): class
77420 …/autotest,[email protected],autotest: Make ControlFileNotFound non-retryab…