Refactored dynamic configuration suite to be compatible with context manager.
Dean Marx (3): dts: add multicast set function to shell dts: dynamic config conf schema dts: dynamic config test suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 46 ++++++ dts/tests/TestSuite_dynamic_config.py | 145 ++++++++++++++++++ 3 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_dynamic_config.py -- 2.44.0