testing: Reduce runtime of all tests that use SQLite databases by storing them in ramfs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user