testing: Enable systemd

This commit is contained in:
Andreas Steffen
2017-11-10 11:49:38 +01:00
parent 804784cc1c
commit 67a97c18ae
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ do
for host in $IPSECHOSTS
do
eval HOSTLOGIN=root@\$ipv4_${host}
ssh $SSHCONF $HOSTLOGIN "grep -s -E 'charon|last message repeated|imcv' \
ssh $SSHCONF $HOSTLOGIN "grep -s -E 'systemd|swanctl|charon|last message repeated|imcv' \
/var/log/daemon.log" >> $TESTRESULTDIR/${host}.daemon.log
done