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

  /external/autotest/server/cros/
autoupdater.py 122 class HostUpdateError(_AttributedUpdateError):
139 super(HostUpdateError, self).__init__(
816 raise HostUpdateError(self.host.hostname,
817 HostUpdateError.DUT_DOWN)
    [all...]
autoupdater_unittest.py 64 """Sanity test the `HostUpdateError` classifier."""
65 exception = autoupdater.HostUpdateError(

Completed in 503 milliseconds