Re: [PATCH v2 3/3] dts: add packet capture test suite

2025-06-03 Thread Dean Marx
On Tue, May 6, 2025 at 9:31 AM Luca Vizzarro wrote: > > From: Thomas Wilks > > Add a test suite that tests the packet capture framework > through the use of dpdk-dumpcap. > > Signed-off-by: Thomas Wilks > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek > + > +def close(self)

[PATCH v2 3/3] dts: add packet capture test suite

2025-05-06 Thread Luca Vizzarro
From: Thomas Wilks Add a test suite that tests the packet capture framework through the use of dpdk-dumpcap. Signed-off-by: Thomas Wilks Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- .../dts/tests.TestSuite_packet_capture.rst| 8 + dts/tests/TestSuite_packet_capture.py