From: Mark Andrews Date: Mon, 16 Dec 2024 04:11:03 +0000 (+1100) Subject: Adjust number of zones to those in FIPS mode X-Git-Tag: v9.21.4~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17804f51543d128d8598ea12cd5e8ea231a528bc;p=thirdparty%2Fbind9.git Adjust number of zones to those in FIPS mode --- diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index 9d51a772e8b..ba4c30a8611 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -46,7 +46,7 @@ for i in 1 2 3 4 5 6 7 8 9 10; do grep "status: NOERROR" dig.out.ns3.test$n >/dev/null || ret=1 grep "flags:.* aa[ ;]" dig.out.ns3.test$n >/dev/null || ret=1 nr=$(grep -c 'x[0-9].*sending notify to' ns2/named.run) - [ "$nr" -ge 40 ] || ret=1 + [ "$nr" -ge 23 ] || ret=1 [ $ret = 0 ] && break sleep 1 done @@ -95,7 +95,7 @@ END { print "count:", count; print "average:", average; if (average < 0.180) exit(1); - if (count < 40) exit(1); + if (count < 23) exit(1); }' ns2/named.run >awk.out.ns2.test$n || ret=1 test_end