Home
last modified time | relevance | path

Searched refs:NebraskaStartupError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/utils/frozen_chromite/lib/
Dnebraska_wrapper.py39 class NebraskaStartupError(Error): class
127 raise NebraskaStartupError('Nebraska is not alive, so no port file yet!')
134 raise NebraskaStartupError('Timeout (%s) waiting for remote nebraska'
143 raise NebraskaStartupError('Nebraska is not alive, so not ready!')
163 raise NebraskaStartupError('Nebraska did not start.')
177 raise NebraskaStartupError(
199 raise NebraskaStartupError(msg)
336 raise NebraskaStartupError(e.result.error)
338 raise NebraskaStartupError(str(e))
Dauto_updater.py280 except nebraska_wrapper.NebraskaStartupError as e:
943 except nebraska_wrapper.NebraskaStartupError as e: