Run tests in all the supported archs
Enable tests again after installing all the needed dependencies, even on amd64 we were not running them all as per:
configure: WARNING: cwrap library nss_wrapper not found, some tests will not run
checking for pam_wrapper... no
configure: WARNING: cwrap library pam_wrapper not found, some tests will not run
checking for openssl... /usr/bin/openssl
checking for ssh-keygen... no
configure: Could not find ssh-keygen
configure: Using softhsm2 PKCS11 module: /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so
checking for softhsm2-util... no
configure: Could not find softhsm2-util
checking for p11tool... no
configure: Could not find p11tool
configure: WARNING: Test CA cannot be build, skiping some tests
checking for faketime... no
configure: Could not find faketime
configure: WARNING: faketime not available, skiping some tests
While in other archs we were just not be able to run them as per the missing softhsm2 module (as the path was hardcoded):
configure: WARNING: cwrap library nss_wrapper not found, some tests will not run
checking for pam_wrapper... no
configure: WARNING: cwrap library pam_wrapper not found, some tests will not run
checking for openssl... /usr/bin/openssl
checking for ssh-keygen... no
configure: Could not find ssh-keygen
configure: Could not find softhsm2 PKCS11 module
checking for softhsm2-util... no
configure: Could not find softhsm2-util
checking for p11tool... no
configure: Could not find p11tool
configure: WARNING: Test CA cannot be build, skiping some tests
checking for faketime... no
configure: Could not find faketime
configure: WARNING: faketime not available, skiping some tests
This has been tested in unstable using various archs using sbuild (amd64, i386) and manually on s390x, but also in hirsute, where is green for all the archs.