testing: Reduce runtime of all tests that use SQLite databases by storing them in ramfs

This commit is contained in:
Tobias Brunner
2015-11-09 15:18:39 +01:00
parent 3102da20a7
commit 10051b01e9
161 changed files with 319 additions and 312 deletions
@@ -3,11 +3,11 @@
libimcv {
load = random nonce openssl pubkey sqlite
debug_level = 3
database = sqlite:///etc/pts/config.db
database = sqlite:///etc/db.d/config.db
policy_script = ipsec imv_policy_manager
assessment_result = no
}
attest {
database = sqlite:///etc/pts/config.db
database = sqlite:///etc/db.d/config.db
}