Home
last modified time | relevance | path

Searched refs:ssh_ping (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/hosts/
Dsonic_host.py131 def ssh_ping(self, timeout=60, base_cmd=''): member in SonicHost
142 super(SonicHost, self).ssh_ping(timeout=timeout,
Dabstract_ssh.py452 self.ssh_ping()
459 def ssh_ping(self, timeout=60, base_cmd='true'): member in AbstractSSHHost
497 self.ssh_ping(timeout=timeout, base_cmd=base_cmd)
645 self.ssh_ping()
Dssh_host.py315 self.ssh_ping()
Dcros_host.py1274 self.ssh_ping()
/external/autotest/server/control_segments/
Dcleanup31 host.ssh_ping()
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py23 if not self.host.ssh_ping():