Searched refs:wait_root (Results 1 – 4 of 4) sorted by relevance
38 self.wait_ssh(wait_root=True,41 self.wait_ssh(wait_root=True,
109 self.wait_ssh(wait_root=True, cmd="exit 0")
81 self.wait_ssh(wait_root=True)
435 def wait_ssh(self, wait_root=False, seconds=300, cmd="exit 0"): argument443 if wait_root and self.ssh_root(cmd) == 0: