]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
report test number
authorMark Andrews <marka@isc.org>
Tue, 24 Oct 2017 04:00:03 +0000 (15:00 +1100)
committerMark Andrews <marka@isc.org>
Tue, 24 Oct 2017 04:02:00 +0000 (15:02 +1100)
bin/tests/system/additional/tests.sh

index 6afc9390f5166cb66ea4d80bd74dff880aaba706..ecae72a2f81310a84b32acec2a9a11ee6c5681e5 100644 (file)
@@ -212,7 +212,7 @@ echo "I:testing with 'minimal-responses yes;'"
 minimal=yes
 dotests
 
-echo "I:reconfiguring server"
+echo "I:reconfiguring server: minimal-responses no"
 cp ns1/named2.conf ns1/named.conf
 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reconfig 2>&1 | sed 's/^/I:ns1 /'
 sleep 2
@@ -230,7 +230,7 @@ if [ $ret -eq 1 ] ; then
     echo "I: failed"; status=1
 fi
 
-echo "I:reconfiguring server"
+echo "I:reconfiguring server: minimal-any yes"
 cp ns1/named3.conf ns1/named.conf
 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reconfig 2>&1 | sed 's/^/I:ns1 /'
 sleep 2
@@ -266,7 +266,7 @@ echo "I:testing with 'minimal-responses no-auth;'"
 minimal=no-auth
 dotests
 
-echo "I:reconfiguring server"
+echo "I:reconfiguring server: minimal-responses no-auth-recursive"
 cp ns1/named4.conf ns1/named.conf
 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reconfig 2>&1 | sed 's/^/I:ns1 /'
 sleep 2
@@ -302,8 +302,8 @@ cp ns1/named2.conf ns1/named.conf
 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reconfig 2>&1 | sed 's/^/I:ns1 /'
 sleep 2
 
-echo "I:testing NS handling in ANY responses (authoritative)"
 n=`expr $n + 1`
+echo "I:testing NS handling in ANY responses (authoritative) ($n)"
 ret=0
 $DIG -t ANY rt.example @10.53.0.1 -p 5300 > dig.out.$n || ret=1
 grep "AUTHORITY: 0" dig.out.$n  > /dev/null || ret=1
@@ -312,8 +312,8 @@ if [ $ret -eq 1 ] ; then
     echo "I: failed"; status=1
 fi
 
-echo "I:testing NS handling in ANY responses (recursive)"
 n=`expr $n + 1`
+echo "I:testing NS handling in ANY responses (recursive) ($n)"
 ret=0
 $DIG -t ANY rt.example @10.53.0.3 -p 5300 > dig.out.$n || ret=1
 grep "AUTHORITY: 0" dig.out.$n  > /dev/null || ret=1