Hi there, sending in a v2 for the packet capture test suite.
v2: - added a new command to change file permissions on remote - changed test suite to use dpdk-dumpcap instead of dpdk-pdump Best regards, Luca Luca Vizzarro (1): dts: add facility to change file permissions Thomas Wilks (2): dts: import lldp package in scapy dts: add packet capture test suite .../dts/tests.TestSuite_packet_capture.rst | 8 + dts/framework/testbed_model/os_session.py | 34 +++ dts/framework/testbed_model/posix_session.py | 11 +- .../testbed_model/traffic_generator/scapy.py | 1 + dts/tests/TestSuite_packet_capture.py | 238 ++++++++++++++++++ 5 files changed, 291 insertions(+), 1 deletion(-) create mode 100644 doc/api/dts/tests.TestSuite_packet_capture.rst create mode 100644 dts/tests/TestSuite_packet_capture.py -- 2.43.0