From: William Lallemand Date: Thu, 30 Sep 2021 13:07:27 +0000 (+0200) Subject: REGTESTS: ssl: enable ssl_crt-list_filters.vtc again X-Git-Tag: v2.5-dev9~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d264387c3b44268a1cf64b9e6aef8177257f24d;p=thirdparty%2Fhaproxy.git REGTESTS: ssl: enable ssl_crt-list_filters.vtc again ssl_crt-list_filters.vtc was deactivated because they were not compatible with previous version of OpenSSL and it was not possible to filter by versions. Activate it again with a openssl_version_atleast(1.1.1) check. --- diff --git a/reg-tests/ssl/ssl_crt-list_filters.vtc b/reg-tests/ssl/ssl_crt-list_filters.vtc index 90b945238e..b945de082d 100644 --- a/reg-tests/ssl/ssl_crt-list_filters.vtc +++ b/reg-tests/ssl/ssl_crt-list_filters.vtc @@ -1,9 +1,9 @@ -#REGTEST_TYPE=broken +#REGTEST_TYPE=bug varnishtest "Test for the bug #810 and #818" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && 'openssl_version_atleast(1.1.1)'" # This test checks if the multiple certificate types works correctly with the # SNI, and that the negative filters are correctly excluded - #REQUIRE_VERSION=2.2 #REQUIRE_OPTIONS=OPENSSL feature ignore_unknown_macro