Add sc-hsm-pkcs11-test to test matrix.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-10-09 21:56:41 +02:00
parent 43c46e9112
commit c3b57b229f
3 changed files with 27 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ source tests/docker_env.sh
if [[ $1 == "pkcs11" ]]; then
run_in_docker ./tests/start-up-and-test-pkcs11.sh
elif [[ $1 == "sc-hsm-pkcs11" ]]; then
run_in_docker ./tests/scripts/sc_hsm_test.sh
else
run_in_docker ./tests/start-up-and-test.sh
fi