diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-14 06:10:10 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-14 06:10:10 +0000 |
commit | fa89d4457a4372f1593f7f2e83ab5b76b03144c6 (patch) | |
tree | 74f369e87fc02a5b929cfa381a7e1ec4191a4f68 /testing/do-tests.in | |
parent | acda610cbbefbf3c401e4f50717d93accbe91a79 (diff) | |
download | strongswan-fa89d4457a4372f1593f7f2e83ab5b76b03144c6.tar.bz2 strongswan-fa89d4457a4372f1593f7f2e83ab5b76b03144c6.tar.xz |
use ip6tables in sql/rw-psk-ipv6 scenario
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-x | testing/do-tests.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index f58eb39e2..54407f2cc 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -252,6 +252,13 @@ do continue fi + if [ $name = "rw-psk-ipv6" ] + then + IPTABLES="ip6tables" + else + IPTABLES="iptables" + fi + [ -f $DEFAULTTESTSDIR/${testname}/description.txt ] || die "!! File 'description.txt' is missing" [ -f $DEFAULTTESTSDIR/${testname}/test.conf ] || die "!! File 'test.conf' is missing" [ -f $DEFAULTTESTSDIR/${testname}/pretest.dat ] || die "!! File 'pretest.dat' is missing" |