OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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