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
278 if _SshCallWait(" ".join(remote_cmd), timeout) == 0:
Dssh_test.py225 ssh._SshCallWait(fake_cmd)
234 ssh._SshCallWait(fake_cmd, fake_timeout)