diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-02-10 10:03:59 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-02-10 10:03:59 +0100 |
commit | 76c8b190f847240f3c80b636e6e5161371fcdd16 (patch) | |
tree | 696c8717d0221ca318ccb51e64d5e05c06945ada /testing/tests | |
parent | 3cd805a1152a7ff53394d479afb273203966838f (diff) | |
download | strongswan-76c8b190f847240f3c80b636e6e5161371fcdd16.tar.bz2 strongswan-76c8b190f847240f3c80b636e6e5161371fcdd16.tar.xz |
removed ipsec up %startall from scenario descriptions
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/sql/net2net-route-pem/description.txt | 3 | ||||
-rw-r--r-- | testing/tests/sql/net2net-start-pem/description.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/testing/tests/sql/net2net-route-pem/description.txt b/testing/tests/sql/net2net-route-pem/description.txt index 82e9e7e2f..5a6681f6e 100644 --- a/testing/tests/sql/net2net-route-pem/description.txt +++ b/testing/tests/sql/net2net-route-pem/description.txt @@ -3,8 +3,7 @@ The authentication is based on <b>X.509 certificates</b> and <b>RSA private keys in <b>PEM format</b> in an <b>SQLite database</b>. The IKE_SA configuration details and the traffic selectors of three CHILD_SAs are also stored in the database and the first two of them are marked to be automatically routed by gateway <b>moon</b> via the <b>start_action</b> -field in the <b>child_configs</b> table and the routes are installed by the <b>ipsec up %startall</b> -command. +field in the <b>child_configs</b> table. <p/> In order to trigger the IKE connection setup and subsequently test both tunnel and firewall, client <b>alice</b> behind gateway <b>moon</b> pings client <b>bob</b> located behind gateway <b>sun</b> diff --git a/testing/tests/sql/net2net-start-pem/description.txt b/testing/tests/sql/net2net-start-pem/description.txt index 442036692..ff83304e8 100644 --- a/testing/tests/sql/net2net-start-pem/description.txt +++ b/testing/tests/sql/net2net-start-pem/description.txt @@ -3,8 +3,7 @@ The authentication is based on <b>X.509 certificates</b> and <b>RSA private keys in <b>PEM format</b> in an <b>SQLite database</b>. The IKE_SA configuration details and the traffic selectors of three CHILD_SAs are also stored in the database and are marked to be automatically started by gateway <b>moon</b> via the <b>start_action</b> field in the -<b>child_configs</b> table. The actual connection start is triggered by the <b>ipsec up %startall</b> -command. +<b>child_configs</b> table. <p/> In order to test both tunnel and firewall, client <b>alice</b> behind gateway <b>moon</b> pings client <b>bob</b> located behind gateway <b>sun</b> and |