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
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
>
>
> +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
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
4 matches
Mail list logo