Searched refs:wait_for_restart (Results 1 – 9 of 9) sorted by relevance
170 self.wait_for_restart(timeout, old_boot_id=current_boot_id,241 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs): member in RemoteHost248 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
112 self._client.wait_for_restart(old_boot_id=boot_id)123 self._client.wait_for_restart(old_boot_id=boot_id)
32 self._host.wait_for_restart(old_boot_id=boot_id)
26 self._client.wait_for_restart(old_boot_id=boot_id)
54 self.client.wait_for_restart(
174 self._client.wait_for_restart(old_boot_id=boot_id)
109 self._host.wait_for_restart(old_boot_id=boot_id)
104 self.client.wait_for_restart(
286 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, member in Host