Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dcros_repair.py81 raise hosts.AutoservVerifyError(
86 raise hosts.AutoservVerifyError(
89 raise hosts.AutoservVerifyError(
94 raise hosts.AutoservVerifyError(
140 raise hosts.AutoservVerifyError(msg)
163 raise hosts.AutoservVerifyError(message)
169 raise hosts.AutoservVerifyError(message)
197 raise hosts.AutoservVerifyError(
219 except hosts.AutoservVerifyError:
226 raise hosts.AutoservVerifyError(
[all …]
Dservo_repair.py79 raise hosts.AutoservVerifyError(
83 raise hosts.AutoservVerifyError(
129 raise hosts.AutoservVerifyError(
167 raise hosts.AutoservVerifyError(msg)
184 raise hosts.AutoservVerifyError(
231 raise hosts.AutoservVerifyError(
247 raise hosts.AutoservVerifyError(
341 raise hosts.AutoservVerifyError(
Dcros_firmware.py168 raise hosts.AutoservVerifyError(
268 raise hosts.AutoservVerifyError(
278 raise hosts.AutoservVerifyError(
308 raise hosts.AutoservVerifyError(
322 raise hosts.AutoservVerifyError(
328 raise hosts.AutoservVerifyError(
Dcros_repair_unittest.py349 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
371 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
386 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
399 with self.assertRaises(hosts.AutoservVerifyError) as ctx:
Drepair_utils.py44 raise hosts.AutoservVerifyError(msg % host.hostname)
Dservo_host.py143 raise hosts.AutoservVerifyError(
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py116 raise hosts.AutoservVerifyError(self.message)
438 with self.assertRaises(hosts.AutoservVerifyError) as e:
Drepair.py42 class AutoservVerifyError(error.AutoservError): class