mbox series

[v12,0/3] dts: refactored VLAN test suite

Message ID 20240724163004.5681-1-dmarx@iol.unh.edu (mailing list archive)
Headers
Series dts: refactored VLAN test suite |

Message

Dean Marx July 24, 2024, 4:30 p.m. UTC
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