Searched defs:ssh_ping (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/hosts/
H A Dsonic_host.py131 def ssh_ping(self, timeout=60, base_cmd=''): member in class:SonicHost
138 @param timeout: timeout in seconds to wait on the ssh_ping.
142 super(SonicHost, self).ssh_ping(timeout=timeout,
H A Dabstract_ssh.py448 @returns False if ssh_ping fails due to Permissions error, True
452 self.ssh_ping()
459 def ssh_ping(self, timeout=60, base_cmd='true'): member in class:AbstractSSHHost
497 self.ssh_ping(timeout=timeout, base_cmd=base_cmd)
645 self.ssh_ping()

Completed in 137 milliseconds