Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh.py43 def _SshCallWait(cmd, timeout=None): function
334 if _SshCallWait(" ".join(remote_cmd), timeout) == 0:
Dssh_test.py239 ssh._SshCallWait(fake_cmd)
248 ssh._SshCallWait(fake_cmd, fake_timeout)