diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-28 11:58:03 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:51 +0100 |
commit | 8484f2bc5c89ee909e999bd5363229cd23b75eb6 (patch) | |
tree | 8b1da7499546cf04108f9611f9128374ca22c7b5 /testing/tests/tkm/multiple-clients/posttest.dat | |
parent | a520e4a010eea0fc3836d4fcfa45140434ff605f (diff) | |
download | strongswan-8484f2bc5c89ee909e999bd5363229cd23b75eb6.tar.bz2 strongswan-8484f2bc5c89ee909e999bd5363229cd23b75eb6.tar.xz |
Implement multiple-clients integration test
Two transport connections to gateway sun are set up, one from client
carol and the other from client dave. The gateway sun uses the Trusted
Key Manager (TKM) and is the responder for both connections. The
authentication is based on X.509 certificates. In order to test the
connections, both carol and dave ping gateway sun.
Diffstat (limited to 'testing/tests/tkm/multiple-clients/posttest.dat')
-rw-r--r-- | testing/tests/tkm/multiple-clients/posttest.dat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/tests/tkm/multiple-clients/posttest.dat b/testing/tests/tkm/multiple-clients/posttest.dat new file mode 100644 index 000000000..9a4a9bc9d --- /dev/null +++ b/testing/tests/tkm/multiple-clients/posttest.dat @@ -0,0 +1,5 @@ +sun::DAEMON_NAME=charon-tkm ipsec stop +sun::killall tkm_keymanager +sun::rm -f /tmp/tkm.rpc.ike /tmp/tkm.rpc.ees /tmp/tkm.log +carol::ipsec stop +dave::ipsec stop |