From: Igor Zhukov <[email protected]>

Some Linux distros don't have the "python" binary. Only "python3". For example 
"SberLinux 9".

Signed-off-by: Igor Zhukov <[email protected]>
---
 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 d0f1c0bf4f..2e5f451594 100644
--- a/tests/ovn-macros.at
+++ b/tests/ovn-macros.at
@@ -1454,7 +1454,7 @@ m4_define([TAG_UNSTABLE], [
 m4_define([OVN_CHECK_SCAPY_EDNS_CLIENT_SUBNET_SUPPORT],
 [
     AT_SKIP_IF([test $HAVE_SCAPY = no])
-    AT_SKIP_IF([! echo "from scapy.layers.dns import EDNS0ClientSubnet" | 
python 2>&1 > /dev/null])
+    AT_SKIP_IF([! echo "from scapy.layers.dns import EDNS0ClientSubnet" | 
$PYTHON 2>&1 > /dev/null])
 ])
 
 m4_define([OVN_CONTROLLER_EXIT],
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to