Searched refs:AutoservVerifyError (Results 1 – 9 of 9) sorted by relevance
142 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 …]
153 raise hosts.AutoservVerifyError(387 raise hosts.AutoservVerifyError(398 raise hosts.AutoservVerifyError(434 raise hosts.AutoservVerifyError(448 raise hosts.AutoservVerifyError(454 raise hosts.AutoservVerifyError(
149 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 …]
61 raise hosts.AutoservVerifyError(msg % host.hostname)91 raise hosts.AutoservVerifyError(msg)94 raise hosts.AutoservVerifyError(msg)
421 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:
51 raise hosts.AutoservVerifyError('Failed to check/update'
268 raise hosts.AutoservVerifyError('Servo object needs to be'275 raise hosts.AutoservVerifyError('Initialize dut for servo timed'
143 raise hosts.AutoservVerifyError(self.message)465 with self.assertRaises(hosts.AutoservVerifyError) as e:
50 class AutoservVerifyError(error.AutoservError): class