From: Andreas Steffen Date: Tue, 1 Dec 2015 21:26:03 +0000 (+0100) Subject: testing: Added swanctl --list-algs output X-Git-Tag: 5.4.0dr1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6789d79d467805d1bc484caa75de880955371e1f;p=thirdparty%2Fstrongswan.git testing: Added swanctl --list-algs output --- diff --git a/testing/do-tests b/testing/do-tests index 5c3074126d..310d7d008f 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -531,7 +531,7 @@ do scp $SSHCONF $HOSTLOGIN:/etc/swanctl/swanctl.conf \ $TESTRESULTDIR/${host}.swanctl.conf > /dev/null 2>&1 - for subsys in conns certs pools authorities sas pols + for subsys in conns algs certs pools authorities sas pols do ssh $SSHCONF $HOSTLOGIN swanctl --list-$subsys \ > $TESTRESULTDIR/${host}.swanctl.$subsys 2>/dev/null @@ -539,6 +539,9 @@ do ssh $SSHCONF $HOSTLOGIN swanctl --stats \ > $TESTRESULTDIR/${host}.swanctl.stats 2>/dev/null + + cat $TESTRESULTDIR/${host}.swanctl.algs >> \ + $TESTRESULTDIR/${host}.swanctl.stats else for file in ipsec.conf ipsec.secrets do @@ -586,7 +589,7 @@ do
  • swanctl --list-sas
  • swanctl --list-pols
  • swanctl --list-authorities
  • -
  • swanctl --stats
  • +
  • swanctl --stats|--list-algs
  • daemon.log