HomeSort by relevance Sort by last modified time
    Searched refs:NewBuildUpdateError (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/
autoupdater.py 175 class NewBuildUpdateError(_AttributedUpdateError):
196 super(NewBuildUpdateError, self).__init__(
747 @raise NewBuildUpdateError if any of the various checks fail.
780 raise NewBuildUpdateError(self.update_version, rollback_message)
792 event = NewBuildUpdateError.CHROME_FAILURE
794 event = NewBuildUpdateError.UPDATE_ENGINE_FAILURE
795 raise NewBuildUpdateError(self.update_version, event)
    [all...]
autoupdater_unittest.py 84 """Sanity test the `NewBuildUpdateError` classifier."""
85 exception = autoupdater.NewBuildUpdateError(

Completed in 224 milliseconds