diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-11-06 17:27:45 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-11-09 15:18:39 +0100 |
commit | 10051b01e9a5accf004f861e7de8486304a550ca (patch) | |
tree | 4905974f51347cdb534e955182c31b501ecde470 /testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf | |
parent | 3102da20a796d7b176624b63fe56e7835fb14ab8 (diff) | |
download | strongswan-10051b01e9a5accf004f861e7de8486304a550ca.tar.bz2 strongswan-10051b01e9a5accf004f861e7de8486304a550ca.tar.xz |
testing: Reduce runtime of all tests that use SQLite databases by storing them in ramfs
Diffstat (limited to 'testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf')
-rw-r--r-- | testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf index 23f840f69..45845710b 100644 --- a/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-11-radius-pts/hosts/alice/etc/strongswan.conf @@ -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 } |