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.py520 self.ssh.send_file(scapy_path, self.scapy_install_path)
521 self.ssh.send_file(send_ra_path, self.scapy_install_path)
Dadb.py99 ssh_connection.send_file(adb_path, temp_dir)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py396 def send_file(self, local_path, remote_path, ignore_status=False): member in SshConnection