testing: Report the actual strongSwan and kernel versions

This commit is contained in:
Tobias Brunner
2015-11-09 15:18:37 +01:00
parent 5a919312b3
commit bcad0f761f
+6
View File
@@ -105,6 +105,12 @@ do
do_on_exit kill `eval echo \\\$ssh_pid_$host`
done
##############################################################################
# determine actual software versions
#
[ -f $SHAREDDIR/.strongswan-version ] && SWANVERSION=`cat $SHAREDDIR/.strongswan-version`
KERNELVERSION=`ssh $SSHCONF root@\$ipv4_winnetou uname -r 2>/dev/null`
##############################################################################
# create header for the results html file