Re: [PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-31 Thread Jeremy Spewock
On Thu, Jul 25, 2024 at 9:56 AM Jeremy Spewock wrote: > > On Mon, Jul 22, 2024 at 1:38 PM Dean Marx wrote: > >> > >> > >> +recv = self.send_packet_and_capture(pakt) > >> +self.verify(len(recv) > 0, "Did not receive and packets when > >> testing VLAN priority.") > > > > > > I'm a

Re: [PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-25 Thread Jeremy Spewock
On Mon, Jul 22, 2024 at 1:38 PM Dean Marx wrote: >> >> >> +recv = self.send_packet_and_capture(pakt) >> +self.verify(len(recv) > 0, "Did not receive and packets when >> testing VLAN priority.") > > > I'm assuming this should say "any" instead of "and." Other than that, > everyth

Re: [PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-22 Thread Dean Marx
> > > +recv = self.send_packet_and_capture(pakt) > +self.verify(len(recv) > 0, "Did not receive and packets when > testing VLAN priority.") > I'm assuming this should say "any" instead of "and." Other than that, everything looks good to me. Reviewed-by: Dean Marx

[PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-15 Thread jspewock
From: Jeremy Spewock This patch ports over the functionality of the dual_vlan suite from old DTS to the new framework. This test suite exists to test the functionality of VLAN functions such as stripping, inserting, and filerting in the presence of two VLAN headers. There are some test cases whi