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/sql/shunt-policies-nat-rw/test.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/sql/shunt-policies-nat-rw/test.conf')
-rw-r--r-- | testing/tests/sql/shunt-policies-nat-rw/test.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tests/sql/shunt-policies-nat-rw/test.conf b/testing/tests/sql/shunt-policies-nat-rw/test.conf index bd82f03ad..d797acb06 100644 --- a/testing/tests/sql/shunt-policies-nat-rw/test.conf +++ b/testing/tests/sql/shunt-policies-nat-rw/test.conf @@ -19,3 +19,7 @@ TCPDUMPHOSTS="alice moon" # Used for IPsec logging purposes # IPSECHOSTS="alice venus sun" + +# Guest instances on which databases are used +# +DBHOSTS="alice venus sun" |