[ovs-dev] [PATCH ovn 11/16] tests: Remove spurious check for HAVE_PYTHON.

Ben Pfaff blp at ovn.org
Fri Oct 30 00:24:42 UTC 2020


Nothing sets this variable.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 tests/ovn-northd.at | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
index c94a175dfb3d..7e2cc467e556 100644
--- a/tests/ovn-northd.at
+++ b/tests/ovn-northd.at
@@ -1062,7 +1062,6 @@ AT_CHECK([ovn-sbctl dump-flows CR | grep lr_in_dnat | grep "ip4.dst == 172.16.1.
 AT_CLEANUP
 
 AT_SETUP([ovn -- check Load balancer health check and Service Monitor sync])
-AT_SKIP_IF([test $HAVE_PYTHON = no])
 ovn_start
 
 check ovn-nbctl lb-add lb1 10.0.0.10:80 10.0.0.3:80,20.0.0.3:80
-- 
2.26.2



More information about the dev mailing list