From: Jeremy Spewock <jspew...@iol.unh.edu> v2: * added fixes to allow for passing the formatting script * removed some unused classes in TestPmdShell
There are a lot of dependencies for this series, I listed them below in the order that I applied them. depends-on: patch-142691 (“dts:add send_packets to test suites and rework packet addressing”) depends-on: series-32799 (“dts: add test skipping based on capabilities”) depends-on: patch-143033 (“dts: add text parser for testpmd verbose output”) depends-on: patch-143385 (“dts: add VLAN methods to testpmd shell”) depends-on: patch-143113 ("dts: add flow rule dataclass to testpmd shell") Jeremy Spewock (5): dts: add TX offload capabilities dts: add a distinction between port and queue offload capabilities dts: add offload configuration querying to testpmd dts: add methods for configuring offloads on a device in testpmd dts: add test suite for RX and TX offloads dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 842 +++++++++++++++--- dts/tests/TestSuite_pmd_buffer_scatter.py | 2 +- dts/tests/TestSuite_rxtx_offload.py | 627 +++++++++++++ 4 files changed, 1350 insertions(+), 124 deletions(-) create mode 100644 dts/tests/TestSuite_rxtx_offload.py -- 2.46.0