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

  /external/autotest/server/hosts/
cros_repair.py 376 """Return a `RepairStrategy` for a `CrosHost`."""
437 return hosts.RepairStrategy(verify_dag, repair_actions)
443 Return a `RepairStrategy` for a `MoblabHost`.
476 return hosts.RepairStrategy(verify_dag, repair_actions)
servo_repair.py 327 Return a `RepairStrategy` for a `ServoHost`.
355 return hosts.RepairStrategy(verify_dag, repair_actions)
  /external/autotest/client/common_lib/hosts/
repair_unittest.py 351 The test cases don't use `RepairStrategy` to build DAG structures,
685 The test cases don't use `RepairStrategy` to build repair
    [all...]
repair.py 15 * `RepairStrategy`: A class for organizing a collection of `Verifier`
511 Utility class used by `RepairStrategy`.
515 dependencies in an instance of `RepairStrategy`.
528 class RepairStrategy(object):
532 An instance of `RepairStrategy` is organized as a DAG of `Verifier`
544 the passed to the `RepairStrategy` constructor. That argument is an
558 unique. The tag name defined by `RepairStrategy.ROOT_TAG` is
586 trigger on it by using `RepairStrategy.ROOT_TAG`. Additionally, the
591 passed to the passed to the `RepairStrategy` constructor. That
607 `RepairStrategy` deps and triggers can only refer to verifiers
    [all...]

Completed in 212 milliseconds