From 0dd6c2be70cb394a31aa58a4ddbd0ad236791690 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 3 Jun 2019 15:41:25 +1000 Subject: [PATCH] check that TSIG is logged in sending notify message --- bin/tests/system/notify/tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index fb2eb7448f..7188b49e59 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`