Changeset 5357109 in mod_gnutls for test/tests/24_pkcs11_cert
- Timestamp:
- Oct 8, 2020, 3:28:49 PM (2 years ago)
- Branches:
- asyncio, main, master
- Children:
- 83b5bf6
- Parents:
- c26a163
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/24_pkcs11_cert/hooks.py
rc26a163 r5357109 4 4 from pathlib import Path 5 5 from unittest import SkipTest 6 6 7 7 8 def prepare_env(): … … 11 12 db = 'authority/server/softhsm2.db' 12 13 softhsm_conf = mgstest.softhsm.tmp_softhsm_conf(db) 14 13 15 def cleanup(): 14 16 print(f'Delete {softhsm_conf}')
Note: See TracChangeset
for help on using the changeset viewer.