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 -- 2.44.0