MCPcopy Create free account
hub / github.com/FDio/vpp / remove_old_pcap_file

Method remove_old_pcap_file

test/vpp_pg_interface.py:199–202  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

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

Callers 3

enable_captureMethod · 0.95
add_streamMethod · 0.95
pg_startMethod · 0.80

Calls 3

wait_for_pg_stopMethod · 0.95
PathClass · 0.85
unlink_testcase_fileMethod · 0.45

Tested by

no test coverage detected