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

  /external/autotest/client/common_lib/hosts/
repair.py 422 def _repair_host(self, host, silent): member in class:RepairAction
698 ra._repair_host(host, silent)
repair_unittest.py 202 `Host.record()` by `RepairAction._repair_host()` when repair
682 * The `_repair_host()` method makes the expected calls to
705 repair_action._repair_host(self._fake_host, silent)
731 repair_action._repair_host(self._fake_host, silent)
759 repair_action._repair_host(self._fake_host, silent)
776 * The `_repair_host()` call fails with `AutoservRepairError`.
787 repair_action._repair_host(self._fake_host, silent)
    [all...]

Completed in 68 milliseconds