Re: [PATCH v2 8/8] tests: Get the packages for pkcs11 testing on the CI/CD system
From: Stefan Berger <stefanb@linux.ibm.com>
Date: 2021-09-03 20:27:04
From: Stefan Berger <stefanb@linux.ibm.com>
Date: 2021-09-03 20:27:04
On 9/3/21 3:17 PM, Mimi Zohar wrote:
On Tue, 2021-08-10 at 09:45 -0400, Stefan Berger wrote:quoted
From: Stefan Berger <stefanb@linux.ibm.com> Get the packages for pkcs11 testing on the CI/CD system. This is the status on various distros: - Alpine: could not find package with pkcs11 engine - Alt Linux: works - Debian: debian:stable: evmctl is not able to find the pkcs11 module but preceeding openssl command line tests with the pkcs11 URI succeeded; cannot recreate the issue locally in the debian:stable container --> disabled on Ubuntu and Debian - CentOS7: tests with pkcs11 URI fail on openssl command line level - CentOS: works - Fedora: works - OpenSuSE Leap: package not available in main repo - OpenSuSE Tumbleweed: worksIn patch 7/8 there's a comment of requiring a certain release. Should there be a test for a specific version? Then only run the pkcs11 tests if that version or later is installed.
I'll add a test into softhsm_setup checking that the version identifier is at least 2.2.0. Stefan
thanks, Mimi