diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-17 23:20:03 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-17 23:20:03 +0100 |
commit | 9da795392eb4487ff25df08bd14f093739e8bf95 (patch) | |
tree | e7f717b5e73e09a70be28fcc3def2c9c57f12235 /testing/tests/ikev2/esp-alg-sha1-160/test.conf | |
parent | d9b539dc33d29b4fd632d62316ae1f3c013b1e1f (diff) | |
download | strongswan-9da795392eb4487ff25df08bd14f093739e8bf95.tar.bz2 strongswan-9da795392eb4487ff25df08bd14f093739e8bf95.tar.xz |
added ikev2/esp-alg-sha1-160 scenario
Diffstat (limited to 'testing/tests/ikev2/esp-alg-sha1-160/test.conf')
-rw-r--r-- | testing/tests/ikev2/esp-alg-sha1-160/test.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev2/esp-alg-sha1-160/test.conf b/testing/tests/ikev2/esp-alg-sha1-160/test.conf new file mode 100644 index 000000000..9cd583b16 --- /dev/null +++ b/testing/tests/ikev2/esp-alg-sha1-160/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" + +# Corresponding block diagram +# +DIAGRAM="a-m-c-w.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" |