Add initialize with pkcs11-tool test script.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-09-05 19:56:04 +02:00
parent 9f08d612ae
commit 433e509c94
2 changed files with 52 additions and 1 deletions

View File

@@ -8,4 +8,11 @@ sleep 2
rm -f memory.flash
tar -xf tests/memory.tar.gz
./build_in_docker/pico_hsm > /dev/null &
pytest tests -W ignore::DeprecationWarning
#pytest tests -W ignore::DeprecationWarning
chmod a+x tests/scripts/*.sh
echo -n "Test initialization... "
./tests/scripts/initialize.sh
echo "\tok"