Skip to content

Commit

Permalink
tests: Remove spurious check for HAVE_PYTHON.
Browse files Browse the repository at this point in the history
Nothing sets this variable.

Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
blp committed Nov 2, 2020
1 parent 2cc05a6 commit cab854b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ovn-northd.at
Expand Up @@ -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
Expand Down

0 comments on commit cab854b

Please sign in to comment.