From 9a0871ab94f8f9f7ec60eea0d30fc44476af2c14 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 21 Sep 2015 11:15:20 +0200 Subject: [PATCH] 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. --- testing/hosts/default/etc/strongswan.conf.testing | 1 + testing/scripts/recipes/013_strongswan.mk | 1 + 2 files changed, 2 insertions(+) create mode 100644 testing/hosts/default/etc/strongswan.conf.testing diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing new file mode 100644 index 000000000..0f1a13314 --- /dev/null +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -0,0 +1 @@ +include strongswan.conf \ No newline at end of file diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 7acd3651c..3ab33f6fd 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -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 \