diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-05 17:18:15 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-05 17:18:15 +0000 |
commit | 7771780b387fba02411413052feb7eb8613f77c1 (patch) | |
tree | 34fd8cd0822022fdc13b9fa68358ebd284e10d90 /testing/tests/ikev2/crl-from-cache/test.conf | |
parent | a224faf9eadc66df152015c121f036219770d316 (diff) | |
download | strongswan-7771780b387fba02411413052feb7eb8613f77c1.tar.bz2 strongswan-7771780b387fba02411413052feb7eb8613f77c1.tar.xz |
added crl-from-cache
Diffstat (limited to 'testing/tests/ikev2/crl-from-cache/test.conf')
-rw-r--r-- | testing/tests/ikev2/crl-from-cache/test.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev2/crl-from-cache/test.conf b/testing/tests/ikev2/crl-from-cache/test.conf new file mode 100644 index 000000000..2b240d895 --- /dev/null +++ b/testing/tests/ikev2/crl-from-cache/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="moon carol winnetou" + +# Corresponding block diagram +# +DIAGRAM="m-c-w.png" + +# UML instances on which tcpdump is to be started +# +TCPDUMPHOSTS="" + +# UML instances on which IPsec is started +# Used for IPsec logging purposes +# +IPSECHOSTS="moon carol" |