Merge branch '4605-re-enable-enginepkcs11-test' into 'main'

Re-enable enginepkcs11 system test

Closes #4605

See merge request isc-projects/bind9!8888
This commit is contained in:
Tom Krizek 2024-03-21 16:36:13 +00:00
commit 087e7b590f
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@
. ../conf.sh
[ "prereq/var/tmp/etc/openssl-provider.cnf" -eq "prereq${OPENSSL_CONF}" ] || {
[ "prereq/var/tmp/etc/openssl-provider.cnf" = "prereq${OPENSSL_CONF}" ] || {
echo_i "skip: pkcs11-provider not enabled"
exit 255
}

View file

@ -9,6 +9,9 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
import isctest.mark
@isctest.mark.flaky(max_runs=3) # GL#4605
def test_enginepkcs11(run_tests_sh):
run_tests_sh()