mbox series

[v9,0/2] dts: refactored queue start/stop suite

Message ID 20240807193611.23060-1-dmarx@iol.unh.edu (mailing list archive)
Headers
Series dts: refactored queue start/stop suite |

Message

Dean Marx Aug. 7, 2024, 7:36 p.m. UTC
*v9: combined conf schema and test suite patches

Dean Marx (2):
  dts: add functions to testpmd shell
  dts: initial queue start/stop suite implementation

 dts/framework/config/conf_yaml_schema.json    |   3 +-
 dts/framework/remote_session/testpmd_shell.py | 232 +++++++++++++++++-
 dts/tests/TestSuite_queue_start_stop.py       |  91 +++++++
 3 files changed, 324 insertions(+), 2 deletions(-)
 create mode 100644 dts/tests/TestSuite_queue_start_stop.py