]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
check that TSIG is logged in sending notify message
authorMark Andrews <marka@isc.org>
Mon, 3 Jun 2019 05:41:25 +0000 (15:41 +1000)
committerMark Andrews <marka@isc.org>
Wed, 5 Jun 2019 00:18:36 +0000 (10:18 +1000)
bin/tests/system/notify/tests.sh

index fb2eb7448f7da2242c9621e07fc4f5c9ef3e2773..7188b49e5915b34711ffdf598616f795230af3b7 100644 (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`