[RFC v1 0/1] Add scatter to DTS

jspewock at iol.unh.edu jspewock at iol.unh.edu
Fri Aug 11 23:28:37 CEST 2023


From: Jeremy Spewock <jspewock at iol.unh.edu>

Add the scatter test suite to DTS. This suite is a rewrite of the
existing test suite that can be found in the DTS repository of the DPDK
project. This is a commonly used functional DTS test and so adding it to
the newer DTS framework is desireable to start increasing the coverage
and usability of DTS in the main repository.

This suite will replicate the tests outlined in the following test plan:
https://git.dpdk.org/tools/dts/tree/test_plans/scatter_test_plan.rst

Jeremy Spewock (1):
  dts: add scatter test suite

 .../remote_session/remote/testpmd_shell.py    | 30 ++++++++-
 dts/framework/testbed_model/__init__.py       |  2 +
 dts/framework/testbed_model/hw/__init__.py    |  1 +
 dts/framework/testbed_model/hw/port.py        |  9 +++
 dts/framework/testbed_model/sut_node.py       |  5 +-
 dts/tests/TestSuite_scatter.py                | 62 +++++++++++++++++++
 6 files changed, 107 insertions(+), 2 deletions(-)
 create mode 100644 dts/tests/TestSuite_scatter.py

-- 
2.41.0



More information about the dev mailing list