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. > Reviewed-by: Dean Marx <dm...@iol.unh.edu>