Searched refs:wait_down (Results 1 – 12 of 12) sorted by relevance
/external/autotest/server/cros/ |
D | watchdog_tester.py | 66 wait_down = self._hw_interval + 5 67 if not self._client.wait_down(timeout=wait_down): 69 'within %d seconds' % wait_down)
|
D | factory_install_test.py | 333 if not dut_client.wait_down(
|
/external/autotest/server/hosts/ |
D | labstation_host_unittest.py | 55 def wait_down(self, *args, **kwargs): member in LabstationHostSkipInit
|
D | labstation_host.py | 292 "OFF": self.wait_down,
|
D | remote.py | 117 self.wait_down(timeout=timeout)
|
D | base_servohost.py | 416 if not self.wait_down(timeout=self.WAIT_DOWN_REBOOT_TIMEOUT,
|
D | abstract_ssh.py | 719 def wait_down(self, timeout=_DEFAULT_WAIT_DOWN_TIME_SECONDS, member in AbstractSSHHost
|
D | cros_host.py | 2039 success = self.wait_down(timeout=sleep_timeout) 2110 success = self.wait_down(timeout=shutdown_timeout)
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 262 def wait_down(self, timeout=None, warning_timer=None, old_boot_id=None): member in Host 305 if not self.wait_down(timeout=down_timeout,
|
/external/autotest/site_utils/admin_audit/ |
D | rpm_validator.py | 117 if not host.wait_down(timeout=host.WAIT_DOWN_REBOOT_TIMEOUT):
|
/external/autotest/server/ |
D | autotest.py | 1079 if not self.host.wait_down(self.host.WAIT_DOWN_REBOOT_TIMEOUT,
|
/external/autotest/docs/ |
D | best-practices.md | 253 …* wait_down() - wait until the host is no longer on the network, or until it is known to have rebo…
|