Home
last modified time | relevance | path

Searched refs:_SshCallWait (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py36 def _SshCallWait(cmd, timeout=None): function
276 if _SshCallWait(" ".join(remote_cmd), timeout) == 0:
Dssh_test.py218 ssh._SshCallWait(fake_cmd)
227 ssh._SshCallWait(fake_cmd, fake_timeout)