mbox series

[v8,0/3] dts: refactored queue start/stop suite

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

Message

Dean Marx July 24, 2024, 6:32 p.m. UTC
Refactored queue start/stop test suite to be compatible with context
manager. Updated queue setup, stop/start, and show queue info
methods/dataclasses in testpmd shell.

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

 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