aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tkm/host2host-initiator/test.conf
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2013-01-22 20:52:55 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-19 15:23:50 +0100
commit117375ed00f67e86e759bd79de027d91e386e2b3 (patch)
tree270e676ff2795374681ef662fcc8e371077d39fa /testing/tests/tkm/host2host-initiator/test.conf
parent7b702150a091605dc3473f9d36ef05a22e6fcde7 (diff)
downloadstrongswan-117375ed00f67e86e759bd79de027d91e386e2b3.tar.bz2
strongswan-117375ed00f67e86e759bd79de027d91e386e2b3.tar.xz
Add initial TKM integration test
A connection between the hosts moon and sun is set up. The host moon uses the Trusted Key Manager (TKM) and is the initiator of the transport connection. The authentication is based on X.509 certificates.
Diffstat (limited to 'testing/tests/tkm/host2host-initiator/test.conf')
-rw-r--r--testing/tests/tkm/host2host-initiator/test.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/tkm/host2host-initiator/test.conf b/testing/tests/tkm/host2host-initiator/test.conf
new file mode 100644
index 000000000..9647dc6a2
--- /dev/null
+++ b/testing/tests/tkm/host2host-initiator/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="moon winnetou sun"
+
+# Corresponding block diagram
+#
+DIAGRAM="m-w-s.png"
+
+# Guest instances on which tcpdump is to be started
+#
+TCPDUMPHOSTS="sun"
+
+# Guest instances on which IPsec is started
+# Used for IPsec logging purposes
+#
+IPSECHOSTS="moon sun"