Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py418 pull_file = '%s%s.pcap %s/' % (gcloud_scp_cmd, fname, ad.device_log_path)
419 utils.exe_cmd(pull_file)
/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/controllers/utils_lib/ssh/
Dconnection.py408 def pull_file(self, local_path, remote_path, ignore_status=False): member in SshConnection
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py441 self._sniffer_server.pull_file(log_file, self._get_remote_dump_path())