Macro was not properly checking for the received packets. Reported-by: Numan Siddique <num...@ovn.org> Fixes: 8e48f8f3f96e ("tests: Update macros waiting for packets.") Signed-off-by: Xavier Simonart <xsimo...@redhat.com> --- tests/ovn-macros.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ovn-macros.at b/tests/ovn-macros.at index e4bbc16ff..f3fb26542 100644 --- a/tests/ovn-macros.at +++ b/tests/ovn-macros.at @@ -155,7 +155,7 @@ m4_define([OVN_CHECK_PACKETS], # Wait to receive all packets in $2, potentially receiving extra broadcast packets. # Fails if any (non bcast) additional packet, or any duplicate packets is received. m4_define([OVN_CHECK_PACKETS_REMOVE_BROADCAST], - [ovn_check_packets_remove_broadcast__ "$1" "$2" "__file__:__line__" "$3" + [ovn_check_packets_remove_broadcast__ "$1" "$2" "__file__:__line__" $3 AT_CHECK([sort $rcv_text], [0], [expout], [ignore], [dump_diff__ "$1" "$2"])]) # Wait to receive all packets from $2. -- 2.47.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev