aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 07:21:06 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 07:21:06 +0000
commitdecfd8e546c29b87964c736821f900291e9c6fc2 (patch)
tree36921b45fa01456fcb6efe1a3faf88ffd16dab9e /testing/do-tests.in
parent480297b8830946cb66a598f49e8bfe78b4819629 (diff)
downloadstrongswan-decfd8e546c29b87964c736821f900291e9c6fc2.tar.bz2
strongswan-decfd8e546c29b87964c736821f900291e9c6fc2.tar.xz
moved strongswan.conf to /etc
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-xtesting/do-tests.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in
index da4a6d6ce..5c5c4c348 100755
--- a/testing/do-tests.in
+++ b/testing/do-tests.in
@@ -463,7 +463,7 @@ do
> $TESTRESULTDIR/${host}.$command 2>/dev/null
done
- for file in ipsec.conf ipsec.secrets
+ for file in strongswan.conf ipsec.conf ipsec.secrets
do
scp $HOSTLOGIN:/etc/$file \
$TESTRESULTDIR/${host}.$file > /dev/null 2>&1
@@ -471,14 +471,12 @@ do
if [ $SUBDIR = "sql" ]
then
- scp $HOSTLOGIN:/etc/ipsec.d/ipsec.sql \
+ scp $HOSTLOGIN:/etc/ipsec.sql \
$TESTRESULTDIR/${host}.ipsec.sql > /dev/null 2>&1
- scp $HOSTLOGIN:/etc/ipsec.d/strongswan.conf \
- $TESTRESULTDIR/${host}.strongswan.conf > /dev/null 2>&1
else
touch $TESTRESULTDIR/${host}.ipsec.sql
- touch $TESTRESULTDIR/${host}.strongswan.conf
fi
+
ssh $HOSTLOGIN ip xfrm policy \
> $TESTRESULTDIR/${host}.ip.policy 2>/dev/null
ssh $HOSTLOGIN ip xfrm state \