mbox series

[RFC,v1,0/3] dts: pf_smoke port

Message ID 20240806185631.335737-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series dts: pf_smoke port |

Message

Jeremy Spewock Aug. 6, 2024, 6:56 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

This series ports the functionality of the pf_msoke test sutie from old
DTS to the new framework. It is listed as an RFC mainly due to the fact
that is uses different verification steps than most other test suites
by utilizing checksums to differentiate packets sent by the framework
and ones that are just noise on the wire. It should be noted however
that this will not work as expected on mlx5 due to the following
bugzilla ticket:

https://bugs.dpdk.org/show_bug.cgi?id=1514

Jeremy Spewock (3):
  dts: add ability to modify number of queues on a port to testpmd
  dts: add pf smoke testing suite
  dts: added pf_smoke_tests to yaml schema

 dts/framework/config/conf_yaml_schema.json    |   3 +-
 dts/framework/remote_session/testpmd_shell.py |  36 +++++
 dts/tests/TestSuite_pf_smoke_tests.py         | 129 ++++++++++++++++++
 3 files changed, 167 insertions(+), 1 deletion(-)
 create mode 100644 dts/tests/TestSuite_pf_smoke_tests.py