Searched refs:tcpdump_file_name (Results 1 – 1 of 1) sorted by relevance
945 tcpdump_file_name = "openwrt_%s_%s.pcap" % (test_name,947 tcpdump_file_path = "".join([TCPDUMP_DIR, tcpdump_file_name])950 pid = self._get_tcpdump_pid(tcpdump_file_name)955 return tcpdump_file_name957 def stop_tcpdump(self, tcpdump_file_name, pull_dir=None): argument968 pid = self._get_tcpdump_pid(tcpdump_file_name)971 tcpdump_path = "".join([TCPDUMP_DIR, tcpdump_file_name])972 tcpdump_remote_path = "/".join([pull_dir, tcpdump_file_name])976 if self._get_tcpdump_pid(tcpdump_file_name):989 def _get_tcpdump_pid(self, tcpdump_file_name): argument[all …]