From bcad0f761f39e4f9709611f6c2ab9674ea023613 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 6 Nov 2015 11:28:34 +0100 Subject: testing: Report the actual strongSwan and kernel versions --- testing/do-tests | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/do-tests b/testing/do-tests index f9be8a1b4..b5a12a270 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -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 -- cgit v1.2.3