Added pkcs11 keygen test script.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
9
tests/scripts/pkcs11.sh
Normal file
9
tests/scripts/pkcs11.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -n "Test initialization..."
|
||||
#./tests/scripts/initialize.sh
|
||||
test $? -eq 0 && echo -e '\tok' || (echo -e '\tfail' && exit 1)
|
||||
|
||||
echo -n "Test keygen..."
|
||||
./tests/scripts/keygen.sh
|
||||
test $? -eq 0 && echo -e '\tok' || (echo -e '\tfail' && exit 1)
|
||||
Reference in New Issue
Block a user