Home | History | Annotate | Download | only in hosts

Lines Matching refs:hosts

9 from autotest_lib.client.common_lib import hosts
11 from autotest_lib.server.hosts import repair
14 class _UpdateVerifier(hosts.Verifier):
35 class _ConfigVerifier(hosts.Verifier):
79 raise hosts.AutoservVerifyError(
83 raise hosts.AutoservVerifyError(
128 # Not all servo hosts will have a servo serial so don't verify if it's
139 raise hosts.AutoservVerifyError(msg)
174 raise hosts.AutoservVerifyError(msg)
177 class _ServodJobVerifier(hosts.Verifier):
188 raise hosts.AutoservVerifyError(
197 class _ServodConnectionVerifier(hosts.Verifier):
218 class _PowerButtonVerifier(hosts.Verifier):
235 raise hosts.AutoservVerifyError(
243 class _LidVerifier(hosts.Verifier):
251 raise hosts.AutoservVerifyError(
259 class _RestartServod(hosts.RepairAction):
264 raise hosts.AutoservRepairError(
310 raise hosts.AutoservRepairError(
325 class _DutRebootRepair(hosts.RepairAction):
339 raise hosts.AutoservVerifyError(
378 return hosts.RepairStrategy(verify_dag, repair_actions)