aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-14 06:10:10 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-14 06:10:10 +0000
commitfa89d4457a4372f1593f7f2e83ab5b76b03144c6 (patch)
tree74f369e87fc02a5b929cfa381a7e1ec4191a4f68 /testing/do-tests.in
parentacda610cbbefbf3c401e4f50717d93accbe91a79 (diff)
downloadstrongswan-fa89d4457a4372f1593f7f2e83ab5b76b03144c6.tar.bz2
strongswan-fa89d4457a4372f1593f7f2e83ab5b76b03144c6.tar.xz
use ip6tables in sql/rw-psk-ipv6 scenario
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-xtesting/do-tests.in7
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"