A refactoring change switched the test case to a common send_na that
uses scapy to produce payloads. This broke tests when scapy is not
available.

Fixes: 309ae9ad1071 ("tests: Avoid code duplication by moving send_na to 
ovn_macros.")
Signed-off-by: Ihar Hrachyshka <[email protected]>
---
 tests/ovn.at | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ovn.at b/tests/ovn.at
index 6ea0d1de5..66cd897e4 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -22262,6 +22262,7 @@ AT_CLEANUP
 OVN_FOR_EACH_NORTHD([
 AT_SETUP([IP packet buffering])
 AT_KEYWORDS([ip-buffering])
+AT_SKIP_IF([test $HAVE_SCAPY = no])
 ovn_start
 
 # Logical network:
-- 
2.51.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to