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

  /external/autotest/client/common_lib/hosts/
repair_unittest.py 133 `Host.record()` by `Verifier._verify_host()` when this verifier
351 only called the first time that `_verify_host()` is called.
352 * The `_verify_host()` method makes the expected calls to
367 * The side effects from calling `_verify_host()` only
370 next call to `_verify_host()` will repeat the side
376 # run a verifier._verify_host() test case
380 The code above will run the `_verify_host()` test case twice,
403 * If `_verify_host()` is called more than once, there are no
410 verifier._verify_host(self._fake_host, silent)
425 * If `_verify_host()` is called more than once, there are n
    [all...]
repair.py 188 This invokes `_verify_host()` on every verifier in the given
195 By design, original failures are logged once in `_verify_host()`
210 v._verify_host(host, silent)
279 fails, V2 won't run at all. The `_verify_host()` method ensures
327 def _verify_host(self, host, silent): member in class:Verifier
756 self._verify_root._verify_host(host, silent)
774 self._verify_root._verify_host(host, silent)

Completed in 104 milliseconds