Searched refs:ControlFileNotFound (Results 1 – 5 of 5) sorted by relevance
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.')243 raise error.ControlFileNotFound(msg)307 raise error.ControlFileNotFound(e)
104 self.assertRaises(error.ControlFileNotFound,168 self.assertRaises(error.ControlFileNotFound,
88 timeout_util.TimeoutError, error.ControlFileNotFound)
79 raise error.ControlFileNotFound()80 self.assertRaises(error.ControlFileNotFound, fail)
421 class ControlFileNotFound(CrosDynamicSuiteException): class