Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dautoupdater.py117 return '%s: %s' % (self._SUMMARY, classification)
119 return self._SUMMARY
132 _SUMMARY = 'DUT failed prior to update' variable in HostUpdateError
150 _SUMMARY = 'Devserver failed prior to update' variable in DevServerError
166 _SUMMARY = 'Image failed to download and install' variable in ImageInstallError
188 _SUMMARY = 'New build failed' variable in NewBuildUpdateError
Dautoupdater_unittest.py18 _SUMMARY = 'Stub summary' variable in _StubUpdateError
45 self.assertIn(_StubUpdateError._SUMMARY, stub.failure_summary)
53 self.assertIn(_StubUpdateError._SUMMARY, stub.failure_summary)
61 self.assertIn(_StubUpdateError._SUMMARY, stub.failure_summary)