testing: Add a base strongswan.conf file used by all hosts in all scenarios

We will use this to set some defaults (e.g. timeouts to make testing
negative tests quicker).  We don't want these settings to show up in the
configs of the actual scenarios though.
This commit is contained in:
Tobias Brunner
2015-11-09 15:18:34 +01:00
parent bd5084ae25
commit 9a0871ab94
2 changed files with 2 additions and 0 deletions
@@ -0,0 +1 @@
include strongswan.conf
@@ -18,6 +18,7 @@ NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
CONFIG_OPTS = \
--sysconfdir=/etc \
--with-strongswan-conf=/etc/strongswan.conf.testing \
--with-random-device=/dev/urandom \
--disable-load-warning \
--enable-curl \