[RFC,v1,0/1] Add scatter to DTS

Message ID 20230811212929.21983-2-jspewock@iol.unh.edu (mailing list archive)
Headers
Series Add scatter to DTS |

Message

Jeremy Spewock Aug. 11, 2023, 9:28 p.m. UTC
  From: Jeremy Spewock <jspewock@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