mbox series

[v3,0/2] dts: pf_smoke port

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

Message

Jeremy Spewock Sept. 26, 2024, 7:49 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

v3:
 * rebase on next-dts
 * update dependencies

Jeremy Spewock (2):
  dts: add ability to modify number of queues on a port to testpmd
  dts: add pf smoke testing suite

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