From: Mark Andrews Date: Mon, 3 Jun 2019 05:41:25 +0000 (+1000) Subject: check that TSIG is logged in sending notify message X-Git-Tag: v9.15.1~11^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0dd6c2be70cb394a31aa58a4ddbd0ad236791690;p=thirdparty%2Fbind9.git check that TSIG is logged in sending notify message --- diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index fb2eb7448f7..7188b49e591 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -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`