Home
last modified time | relevance | path

Searched refs:AutoservVerifyError (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/hosts/
Dcros_repair.py142 raise hosts.AutoservVerifyError(
150 raise hosts.AutoservVerifyError(
153 raise hosts.AutoservVerifyError(
205 raise hosts.AutoservVerifyError(
242 raise hosts.AutoservVerifyError('ChromeOS image on the host'
284 raise hosts.AutoservVerifyError(msg)
309 raise hosts.AutoservVerifyError(message)
315 raise hosts.AutoservVerifyError(message)
345 raise hosts.AutoservVerifyError(
368 except hosts.AutoservVerifyError:
[all …]
Dcros_firmware.py153 raise hosts.AutoservVerifyError(
387 raise hosts.AutoservVerifyError(
398 raise hosts.AutoservVerifyError(
434 raise hosts.AutoservVerifyError(
448 raise hosts.AutoservVerifyError(
454 raise hosts.AutoservVerifyError(
Dservo_repair.py149 raise hosts.AutoservVerifyError(
153 raise hosts.AutoservVerifyError(
200 raise hosts.AutoservVerifyError(
239 raise hosts.AutoservVerifyError(msg)
257 raise hosts.AutoservVerifyError(
374 raise hosts.AutoservVerifyError(
565 raise hosts.AutoservVerifyError(
575 raise hosts.AutoservVerifyError(
604 raise hosts.AutoservVerifyError(
635 six.reraise(hosts.AutoservVerifyError, str(e), sys.exc_info()[2])
[all …]
Drepair_utils.py61 raise hosts.AutoservVerifyError(msg % host.hostname)
91 raise hosts.AutoservVerifyError(msg)
94 raise hosts.AutoservVerifyError(msg)
Dcros_repair_unittest.py421 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
443 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
458 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
471 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
Dlabstation_repair.py51 raise hosts.AutoservVerifyError('Failed to check/update'
Dservo_host.py268 raise hosts.AutoservVerifyError('Servo object needs to be'
275 raise hosts.AutoservVerifyError('Initialize dut for servo timed'
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py143 raise hosts.AutoservVerifyError(self.message)
465 with self.assertRaises(hosts.AutoservVerifyError) as e:
Drepair.py50 class AutoservVerifyError(error.AutoservError): class