HomeSort by relevance Sort by last modified time
    Searched refs:AutoservRepairError (Results 1 - 7 of 7) sorted by null

  /external/autotest/server/hosts/
repair.py 91 raise hosts.AutoservRepairError(
95 raise hosts.AutoservRepairError(
cros_firmware.py 148 raise hosts.AutoservRepairError(
152 raise hosts.AutoservRepairError(
servo_repair.py 264 raise hosts.AutoservRepairError(
310 raise hosts.AutoservRepairError(
servo_host.py 646 @raises AutoservRepairError if it fails to power cycle the
656 raise hosts.AutoservRepairError(
    [all...]
cros_host.py     [all...]
  /external/autotest/client/common_lib/hosts/
repair.py 111 class AutoservRepairError(error.AutoservError):
467 raise AutoservRepairError(
repair_unittest.py 776 * The `_repair_host()` call fails with `AutoservRepairError`.
786 with self.assertRaises(hosts.AutoservRepairError) as e:
    [all...]

Completed in 258 milliseconds