]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Run unit tests with PKCS#11-aware OpenSSL
authorMichal Nowak <mnowak@isc.org>
Mon, 23 Sep 2024 18:15:05 +0000 (20:15 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 26 May 2026 13:52:59 +0000 (15:52 +0200)
.gitlab-ci.yml

index 17b4dcdc34f6e0e4ead775c79b2e67da7c69bd5d..6cabef25e3824be128976773da6e5127ad04098b 100644 (file)
@@ -1471,6 +1471,10 @@ system:gcc:ossl3:trixie:amd64:
       artifacts: true
 
 unit:gcc:ossl3:amd64:
+  # Set up environment variables to run unit tests with PKCS#11-aware OpenSSL
+  variables:
+    OPENSSL_CONF: "/var/tmp/etc/openssl-provider.cnf"
+    SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
   <<: *debian_trixie_amd64_image
   <<: *unit_test_job
   needs: