Home
last modified time | relevance | path

Searched refs:ScpPullFile (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dssh_test.py118 ssh_object.ScpPullFile("/tmp/test", "/tmp/test_1.log")
134 ssh_object.ScpPullFile("/tmp/test", "/tmp/test_1.log")
Dssh.py316 def ScpPullFile(self, src_file, dst_file): member in Ssh
/tools/acloud/pull/
Dpull.py81 ssh.ScpPullFile(log_file, target_file)
Dpull_test.py65 self.assertEqual(_ssh.ScpPullFile.call_count, 2)