]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Add a base strongswan.conf file used by all hosts in all scenarios
authorTobias Brunner <tobias@strongswan.org>
Mon, 21 Sep 2015 09:15:20 +0000 (11:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 9 Nov 2015 14:18:34 +0000 (15:18 +0100)
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.

testing/hosts/default/etc/strongswan.conf.testing [new file with mode: 0644]
testing/scripts/recipes/013_strongswan.mk

diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing
new file mode 100644 (file)
index 0000000..0f1a133
--- /dev/null
@@ -0,0 +1 @@
+include strongswan.conf
\ No newline at end of file
index 7acd3651c44d43bd445db4d02193e513f0afb31b..3ab33f6fd300adde2aa089a3cb373200a098dcb3 100644 (file)
@@ -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 \