Searched refs:ControlFileNotFound (Results 1 – 7 of 7) sorted by relevance
98 raise error.ControlFileNotFound('No control files found.')106 raise error.ControlFileNotFound('No control file for ' + test_name)108 raise error.ControlFileNotFound(test_name + ' is not unique.')191 raise error.ControlFileNotFound(msg)254 raise error.ControlFileNotFound(e)
75 self.assertRaises(error.ControlFileNotFound,139 self.assertRaises(error.ControlFileNotFound,
348 if isinstance(self._exception, error.ControlFileNotFound):366 if isinstance(self._exception, error.ControlFileNotFound):
76 raise error.ControlFileNotFound()80 self.assertRaises(error.ControlFileNotFound, fail)
133 except (error.ControlFileNotFound, error.ControlFileEmpty,
266 exception = error.ControlFileNotFound(message)
592 class ControlFileNotFound(CrosDynamicSuiteException): class