diff --git a/testing/do-tests.in b/testing/do-tests.in index 56a3b7de0..da4a6d6ce 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -473,36 +473,46 @@ do then scp $HOSTLOGIN:/etc/ipsec.d/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 \ + > $TESTRESULTDIR/${host}.ip.state 2>/dev/null ssh $HOSTLOGIN ip route list table $SOURCEIP_ROUTING_TABLE \ - > $TESTRESULTDIR/${host}.iproute 2>/dev/null + > $TESTRESULTDIR/${host}.ip.route 2>/dev/null ssh $HOSTLOGIN $IPTABLES -v -n -L \ > $TESTRESULTDIR/${host}.iptables 2>/dev/null cat >> $TESTRESULTDIR/index.html <<@EOF

$host

- -
+ +