mbox series

[v13,0/2] dts: refactored VLAN test suite

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

Message

Dean Marx Aug. 7, 2024, 7:43 p.m. UTC
*v13: combined conf schema and test suite patches

Dean Marx (2):
  dts: add VLAN methods to testpmd shell
  dts: VLAN test suite implementation

 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