check that TSIG is logged in sending notify message

This commit is contained in:
Mark Andrews
2019-06-03 15:41:25 +10:00
parent bb51694d03
commit 0dd6c2be70

View File

@@ -230,6 +230,8 @@ do
done
grep "test string" dig.out.b.ns5.test$n > /dev/null || ret=1
grep "test string" dig.out.c.ns5.test$n > /dev/null || ret=1
grep "sending notify to 10.53.0.5#[0-9]* : TSIG (b)" ns5/named.run > /dev/null || ret=1
grep "sending notify to 10.53.0.5#[0-9]* : TSIG (c)" ns5/named.run > /dev/null || ret=1
[ $ret = 0 ] || echo_i "failed"
status=`expr $ret + $status`