Re: [PATCH v7 1/3] dts: VLAN test suite implementation

2024-06-26 Thread Jeremy Spewock
Hey Dean, thanks for the update! I just went through and added my comments to the patches, but most of my feedback was about documentation and a few places where I think the classes could be improved by refactoring a little bit and breaking some things out into their own methods. A few comments on

[PATCH v7 1/3] dts: VLAN test suite implementation

2024-06-25 Thread Dean Marx
Test suite for verifying VLAN filtering, stripping, and insertion functionality on Poll Mode Driver. Signed-off-by: Dean Marx --- dts/tests/TestSuite_vlan.py | 172 1 file changed, 172 insertions(+) create mode 100644 dts/tests/TestSuite_vlan.py diff --git