Searched refs:RootFSUpdateError (Results 1 – 4 of 4) sorted by relevance
90 class RootFSUpdateError(error.TestFail): class391 raise RootFSUpdateError(476 raise RootFSUpdateError(message)506 raise RootFSUpdateError(552 raise RootFSUpdateError(570 raise RootFSUpdateError(692 raise RootFSUpdateError("Rollback isn't possible on %s: %s" %703 raise RootFSUpdateError('Rollback failed on %s: %s' %787 exception=RootFSUpdateError(),789 except RootFSUpdateError:
213 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)214 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)215 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)216 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)217 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)328 self.assertRaises(autoupdater.RootFSUpdateError,
124 except autoupdater.RootFSUpdateError:180 except autoupdater.RootFSUpdateError:
504 except autoupdater.RootFSUpdateError as e: