Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py388 def send_file(self, local_path, remote_path): argument
397 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))