diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-18 20:04:52 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-18 20:04:52 +0200 |
commit | 4f1110ab7bd144b4e2e3aca52bbf8897c1a6e594 (patch) | |
tree | db525a15d5ec97d83beb3c0073c8de611b65d31e /testing/tests/ikev1/xauth-id-psk/test.conf | |
parent | dc5d63a599829b6a42996c5b6041874f10a13529 (diff) | |
download | strongswan-4f1110ab7bd144b4e2e3aca52bbf8897c1a6e594.tar.bz2 strongswan-4f1110ab7bd144b4e2e3aca52bbf8897c1a6e594.tar.xz |
created ikev1/xauth-id-psk scenario
Diffstat (limited to 'testing/tests/ikev1/xauth-id-psk/test.conf')
-rw-r--r-- | testing/tests/ikev1/xauth-id-psk/test.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev1/xauth-id-psk/test.conf b/testing/tests/ikev1/xauth-id-psk/test.conf new file mode 100644 index 000000000..70416826e --- /dev/null +++ b/testing/tests/ikev1/xauth-id-psk/test.conf @@ -0,0 +1,21 @@ +#!/bin/bash +# +# This configuration file provides information on the +# UML instances used for this test + +# All UML instances that are required for this test +# +UMLHOSTS="alice moon carol winnetou dave" + +# Corresponding block diagram +# +DIAGRAM="a-m-c-w-d.png" + +# UML instances on which tcpdump is to be started +# +TCPDUMPHOSTS="moon" + +# UML instances on which IPsec is started +# Used for IPsec logging purposes +# +IPSECHOSTS="moon carol dave" |