The test might fail on some systems e.g. receiving mDNS (Avahi) traffic. Signed-off-by: Xavier Simonart <[email protected]> --- tests/system-ovn.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 7d98661e8..35df0ec2f 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -21617,8 +21617,8 @@ check ovn-nbctl --wait=hv sync dnl Check mac address of probe requests and replies, they should use the dnl global svc_monitor_mac. -NETNS_START_TCPDUMP([lsp], [-nne -i lsp -Q in 'udp'], [lsp_in]) -NETNS_START_TCPDUMP([lsp], [-nne -i lsp -Q out 'udp || icmp'], [lsp_out]) +NETNS_START_TCPDUMP([lsp], [-nne -i lsp -Q in 'udp port 42'], [lsp_in]) +NETNS_START_TCPDUMP([lsp], [-nne -i lsp -Q out 'udp port 42 || icmp'], [lsp_out]) dnl Start a backend server, the monitor should change status to "online". NETNS_DAEMONIZE([lsp], [nc -l -u 42], [nc.pid]) -- 2.47.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
