(self, path)
| 197 | ) |
| 198 | |
| 199 | def remove_old_pcap_file(self, path): |
| 200 | self.wait_for_pg_stop() |
| 201 | self.test.unlink_testcase_file(self.test, Path(path)) |
| 202 | return |
| 203 | |
| 204 | def decode_pcap_files(self, pcap_dir, filename_prefix): |
| 205 | # Generate tshark packet trace of testcase pcap files |
no test coverage detected