Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py589 self.ssh.send_file(scapy_path, self.scapy_install_path)
590 self.ssh.send_file(send_ra_path, self.scapy_install_path)
Dadb.py91 ssh_connection.send_file(adb_path, temp_dir)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py395 def send_file(self, local_path, remote_path, ignore_status=False): member in SshConnection