aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/net2net-multicast/test.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-07-13 23:50:51 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-09-27 18:36:28 +0200
commitd7e0ce2878383003ecb902fdb0a66e2744be4725 (patch)
tree9bf0ca83f3eede5b24df83ec1ca914f1b2e7e23a /testing/tests/ikev2/net2net-multicast/test.conf
parent8486b3b4383b16d4106a412be268b8263c1b687f (diff)
downloadstrongswan-d7e0ce2878383003ecb902fdb0a66e2744be4725.tar.bz2
strongswan-d7e0ce2878383003ecb902fdb0a66e2744be4725.tar.xz
testing: Added ikev2/net2net-multicast scenario
Diffstat (limited to 'testing/tests/ikev2/net2net-multicast/test.conf')
-rw-r--r--testing/tests/ikev2/net2net-multicast/test.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev2/net2net-multicast/test.conf b/testing/tests/ikev2/net2net-multicast/test.conf
new file mode 100644
index 000000000..48597379a
--- /dev/null
+++ b/testing/tests/ikev2/net2net-multicast/test.conf
@@ -0,0 +1,21 @@
+#!/bin/bash
+#
+# This configuration file provides information on the
+# guest instances used for this test
+
+# All guest instances that are required for this test
+#
+VIRTHOSTS="alice moon winnetou sun bob"
+
+# Corresponding block diagram
+#
+DIAGRAM="a-m-w-s-b.png"
+
+# Guest instances on which tcpdump is to be started
+#
+TCPDUMPHOSTS="alice sun bob"
+
+# Guest instances on which IPsec is started
+# Used for IPsec logging purposes
+#
+IPSECHOSTS="moon sun"