From: Dave Wallace Date: Tue, 16 Jul 2024 16:36:38 +0000 (-0400) Subject: tests: output raw packet data when decoding pcap files X-Git-Tag: v25.02-rc0~122 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=0da0883453e7855a65fea7db85aebe69eb4d69b0;p=vpp.git tests: output raw packet data when decoding pcap files Type: test Change-Id: I4e945b2bd067466afdaa58a6f07a1ab2c567bc2b Signed-off-by: Dave Wallace --- diff --git a/test/vpp_pg_interface.py b/test/vpp_pg_interface.py index cdb91ed1e41..1e02801cda9 100644 --- a/test/vpp_pg_interface.py +++ b/test/vpp_pg_interface.py @@ -187,7 +187,7 @@ class VppPGInterface(VppInterface): self.test.logger.debug( f"Generating testcase pg streams decode file: {pg_decode}" ) - ts_opts = "-Vr" + ts_opts = "-Vxr" for p in sorted(Path(pcap_dir).glob(f"{filename_prefix}*.pcap")): self.test.logger.debug(f"Decoding {p}") with open(f"{pg_decode}", "a", buffering=1) as f: