diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-22 20:52:55 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:50 +0100 |
commit | 117375ed00f67e86e759bd79de027d91e386e2b3 (patch) | |
tree | 270e676ff2795374681ef662fcc8e371077d39fa /testing/tests/tkm/host2host-initiator/test.conf | |
parent | 7b702150a091605dc3473f9d36ef05a22e6fcde7 (diff) | |
download | strongswan-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.conf | 21 |
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" |