mbox series

[v2,0/2] dts: add test suite for dual VLANs

Message ID 20240716212416.444577-1-jspewock@iol.unh.edu (mailing list archive)
Headers
Series dts: add test suite for dual VLANs |

Message

Jeremy Spewock July 16, 2024, 9:24 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>

v2:
 * remove test cases that verify the ability to have 3 VLAN headers as
   this is a less practical case than only having 2.
 * add a test case that verifies a packet with only 1 VLAN header can
   have another inserted into it.
 * remove patch that fixes tx_vlan_reset method in testpmd as it is no
   longer used in this series.

Jeremy Spewock (2):
  dts: add dual_vlan testing suite
  dts: add dual_vlan test suite to the yaml schema

 dts/framework/config/conf_yaml_schema.json |   3 +-
 dts/tests/TestSuite_dual_vlan.py           | 276 +++++++++++++++++++++
 2 files changed, 278 insertions(+), 1 deletion(-)
 create mode 100644 dts/tests/TestSuite_dual_vlan.py