Added pkcs11 keygen test script.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-09-26 20:09:43 +02:00
parent d906df2809
commit 37421d9aad
5 changed files with 61 additions and 26 deletions

View File

@@ -12,6 +12,5 @@ pytest tests -W ignore::DeprecationWarning
chmod a+x tests/scripts/*.sh
echo -n "Test initialization... "
./tests/scripts/initialize.sh > /dev/null 2>&1
test $? -eq 0 && echo -e '\tok' || (echo -e '\tfail' && exit 1)
echo "======== PKCS11 Test suite ========"
./tests/scripts/pkcs11.sh