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

  /external/autotest/client/common_lib/hosts/
repair.py 160 This invokes `_verify_host()` on every verifier in the given
167 By design, original failures are logged once in `_verify_host()`
182 v._verify_host(host, silent)
254 fails, V2 won't run at all. The `_verify_host()` method ensures
305 def _verify_host(self, host, silent): member in class:Verifier
685 self._verify_root._verify_host(host, silent)
703 self._verify_root._verify_host(host, silent)
repair_unittest.py 127 `Host.record()` by `Verifier._verify_host()` when this verifier
345 only called the first time that `_verify_host()` is called.
346 * The `_verify_host()` method makes the expected calls to
361 * The side effects from calling `_verify_host()` only
364 next call to `_verify_host()` will repeat the side
370 # run a verifier._verify_host() test case
374 The code above will run the `_verify_host()` test case twice,
397 * If `_verify_host()` is called more than once, there are no
404 verifier._verify_host(self._fake_host, silent)
419 * If `_verify_host()` is called more than once, there are n
    [all...]

Completed in 363 milliseconds