Skip to content

Commit

Permalink
tests: Skip "daemon ssl files change" when SSL is disabled.
Browse files Browse the repository at this point in the history
The "ovn-nbctl - daemon ssl files change" test will hang forever if SSL
is disabled. This commit fixes the issue by skipping the test if SSL is
disabled.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
Acked-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
putnopvut committed Apr 21, 2023
1 parent 6bc3842 commit 12693dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ovn-nbctl.at
Original file line number Diff line number Diff line change
Expand Up @@ -2625,6 +2625,7 @@ OVN_NBCTL_TEST_STOP "/terminating with signal 15/d"
AT_CLEANUP

AT_SETUP([ovn-nbctl - daemon ssl files change])
AT_SKIP_IF([test "$HAVE_OPENSSL" = no])
dnl Create ovn-nb database.
AT_CHECK([ovsdb-tool create ovn-nb.db $abs_top_srcdir/ovn-nb.ovsschema])

Expand Down

0 comments on commit 12693dd

Please sign in to comment.