Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dchameleon_controller.py116 def pull_file(self, chameleon_location, destination): member in ChameleonDevice
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py364 pull_file = '%s%s.pcap %s/' % (gcloud_scp_cmd, fname, ad.device_log_path)
365 utils.exe_cmd(pull_file)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_sniffer.py418 self._sniffer_server.pull_file(temp_dump_path,
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py410 def pull_file(self, local_path, remote_path, ignore_status=False): member in SshConnection