Searched refs:ping_wait_up (Results 1 – 9 of 9) sorted by relevance
90 if not self.host.ping_wait_up(LONG_TIMEOUT):121 if not self.host.ping_wait_up(LONG_TIMEOUT):
25 if host.ping_wait_up(timeout=self._RECOVERY_INSTALL_DELAY):
79 if not self.client_host.ping_wait_up(143 if not self.client_host.ping_wait_up(212 if not self.client_host.ping_wait_up(606 if not self.client_host.ping_wait_up(timeout):
80 if not self._client.ping_wait_up(30):
70 host.ping_wait_up(self.REBOOT_TIMEOUT)
150 if not self.host.ping_wait_up(timeout=up_sec) or \
60 if self.host.ping_wait_up(timeout=30):
147 self._host.ping_wait_up(timeout_min)
1691 def ping_wait_up(self, timeout): member in CrosHost