diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-15 19:15:44 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-15 19:15:44 +0100 |
commit | cbcd91314b9247cd63a059fd02b213402311d149 (patch) | |
tree | bb4072b2c3cede3027dba6bc9682bce67fdc1bfc /testing/tests/gcrypt-ikev1/alg-camellia/test.conf | |
parent | de962d6e7ddf290da41e0c2a9580a058aff89354 (diff) | |
download | strongswan-cbcd91314b9247cd63a059fd02b213402311d149.tar.bz2 strongswan-cbcd91314b9247cd63a059fd02b213402311d149.tar.xz |
added gcrypt-ikev1/alg-camellia scenario
Diffstat (limited to 'testing/tests/gcrypt-ikev1/alg-camellia/test.conf')
-rw-r--r-- | testing/tests/gcrypt-ikev1/alg-camellia/test.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/tests/gcrypt-ikev1/alg-camellia/test.conf b/testing/tests/gcrypt-ikev1/alg-camellia/test.conf new file mode 100644 index 000000000..fd33cfb57 --- /dev/null +++ b/testing/tests/gcrypt-ikev1/alg-camellia/test.conf @@ -0,0 +1,22 @@ +#!/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="moon carol winnetou" + +# Corresponding block diagram +# +DIAGRAM="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" + |