Refactored suite to be compatible with context manager, fixed bug in show port info regex for VLAN offload flags. Minor formatting fixes are included as well.
Dean Marx (3): dts: add VLAN methods to testpmd shell dts: VLAN test suite implementation dts: config schema dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 245 +++++++++++++++++- dts/tests/TestSuite_vlan.py | 168 ++++++++++++ 3 files changed, 414 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_vlan.py -- 2.44.0