Searched defs:wait_down (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py255 def wait_down(self, timeout=None, warning_timer=None, old_boot_id=None): member in class:Host
286 wait_down.
298 if not self.wait_down(timeout=down_timeout,
/external/autotest/server/hosts/
H A Dabstract_ssh.py25 # Number of seconds to wait for the host to shut down in wait_down().
28 # Timeout in seconds for a single call of get_boot_id() in wait_down().
686 def wait_down(self, timeout=_DEFAULT_WAIT_DOWN_TIME_SECONDS, member in class:AbstractSSHHost
H A Dadb_host.py573 Overrides wait_down from AbstractSSHHost.
603 def wait_down(self, timeout=DEFAULT_WAIT_DOWN_TIME_SECONDS, member in class:ADBHost
611 Overrides wait_down from AbstractSSHHost.
661 if not self.wait_down(boot_id=boot_id):
677 if not self.wait_down(command=FASTBOOT_CMD):

Completed in 98 milliseconds