[PATCH v4 2/2] dts: mac filter test suite refactored for new dts
Dean Marx
dmarx at iol.unh.edu
Wed Sep 4 23:14:06 CEST 2024
>
> <snip>
> + if should_receive:
> + self.verify(len(received_packets) == 1, "Expected packet not
> received")
> + else:
> + self.verify(len(received_packets) == 0, "Expected packet
> received")
>
Side note, didn't notice until I tested it but "Expected packet received"
doesn't really make sense as an error message
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240904/07d83c67/attachment.htm>
More information about the dev
mailing list