diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-12-28 04:15:27 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-01-03 06:28:48 +0100 |
commit | 9db530493fd449795dfd48b2ae07a909ce50e377 (patch) | |
tree | b363230e7fef701104ade51f1c70c279bf89e256 /testing/tests/sql/ip-pool-db/posttest.dat | |
parent | 1a79525559cc93b363606464419e28268265a904 (diff) | |
download | strongswan-9db530493fd449795dfd48b2ae07a909ce50e377.tar.bz2 strongswan-9db530493fd449795dfd48b2ae07a909ce50e377.tar.xz |
testing: Change sql scenarios to swanctl
Diffstat (limited to 'testing/tests/sql/ip-pool-db/posttest.dat')
-rw-r--r-- | testing/tests/sql/ip-pool-db/posttest.dat | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/tests/sql/ip-pool-db/posttest.dat b/testing/tests/sql/ip-pool-db/posttest.dat index 47061432a..d7107ccc6 100644 --- a/testing/tests/sql/ip-pool-db/posttest.dat +++ b/testing/tests/sql/ip-pool-db/posttest.dat @@ -1,9 +1,8 @@ -carol::ipsec stop -dave::ipsec stop -moon::ipsec stop +carol::swanctl --terminate --ike home +dave::swanctl --terminate --ike home +carol::service charon stop 2> /dev/null +dave::service charon stop 2> /dev/null +moon::service charon stop 2> /dev/null moon::iptables-restore < /etc/iptables.flush carol::iptables-restore < /etc/iptables.flush dave::iptables-restore < /etc/iptables.flush -moon::dbdir-remove -carol::dbdir-remove -dave::dbdir-remove |