Home
last modified time | relevance | path

Searched refs:wait_down (Results 1 – 12 of 12) sorted by relevance

/external/autotest/server/cros/
Dwatchdog_tester.py66 wait_down = self._hw_interval + 5
67 if not self._client.wait_down(timeout=wait_down):
69 'within %d seconds' % wait_down)
Dfactory_install_test.py333 if not dut_client.wait_down(
/external/autotest/server/hosts/
Dlabstation_host_unittest.py55 def wait_down(self, *args, **kwargs): member in LabstationHostSkipInit
Dlabstation_host.py292 "OFF": self.wait_down,
Dremote.py117 self.wait_down(timeout=timeout)
Dbase_servohost.py416 if not self.wait_down(timeout=self.WAIT_DOWN_REBOOT_TIMEOUT,
Dabstract_ssh.py719 def wait_down(self, timeout=_DEFAULT_WAIT_DOWN_TIME_SECONDS, member in AbstractSSHHost
Dcros_host.py2039 success = self.wait_down(timeout=sleep_timeout)
2110 success = self.wait_down(timeout=shutdown_timeout)
/external/autotest/client/common_lib/hosts/
Dbase_classes.py262 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/
Drpm_validator.py117 if not host.wait_down(timeout=host.WAIT_DOWN_REBOOT_TIMEOUT):
/external/autotest/server/
Dautotest.py1079 if not self.host.wait_down(self.host.WAIT_DOWN_REBOOT_TIMEOUT,
/external/autotest/docs/
Dbest-practices.md253 …* wait_down() - wait until the host is no longer on the network, or until it is known to have rebo…