mbox series

[v5,0/2] dts: add dynamic queue configuration test suite

Message ID 20240925192013.17446-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series dts: add dynamic queue configuration test suite |

Message

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

v5:
 * applied on next-dts

Jeremy Spewock (2):
  dts: add port queue modification and forwarding stats to testpmd
  dts: add dynamic queue test suite

 dts/framework/config/conf_yaml_schema.json    |   3 +-
 dts/framework/remote_session/testpmd_shell.py | 233 +++++++++++++-
 dts/tests/TestSuite_dynamic_queue_conf.py     | 286 ++++++++++++++++++
 3 files changed, 519 insertions(+), 3 deletions(-)
 create mode 100644 dts/tests/TestSuite_dynamic_queue_conf.py