testing: Report the actual strongSwan and kernel versions

This commit is contained in:
Tobias Brunner 2015-11-06 11:28:34 +01:00
parent 5a919312b3
commit bcad0f761f
1 changed files with 6 additions and 0 deletions

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