On Thu, Jul 25, 2024 at 9:56 AM Jeremy Spewock <jspew...@iol.unh.edu> wrote: > > On Mon, Jul 22, 2024 at 1:38 PM Dean Marx <dm...@iol.unh.edu> wrote: > >> > >> <snip> > >> + 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. > > > > Good catch, I'll fix this in the next version.
Circling back on this, it looks like this is fixed in the current version. > > > Reviewed-by: Dean Marx <dm...@iol.unh.edu>