]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_11] fix test descriptions
authorEvan Hunt <each@isc.org>
Mon, 4 Dec 2017 23:49:13 +0000 (15:49 -0800)
committerEvan Hunt <each@isc.org>
Mon, 4 Dec 2017 23:49:13 +0000 (15:49 -0800)
bin/tests/system/autosign/tests.sh
bin/tests/system/inline/tests.sh

index 64100414f48bd49e45e4ff8e26977f9fd60367dc..c800b4ddcbbadff9d476355b5c38da035321fa82 100644 (file)
@@ -1206,7 +1206,7 @@ if [ "$lret" != 0 ]; then ret=$lret; fi
 if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`
 
-echo "I:check that zone with inactive zsk is properly autosigned ($n)"
+echo "I:check that zone with inactive ZSK and active KSK is properly autosigned ($n)"
 ret=0
 $DIG  $DIGOPTS @10.53.0.3 axfr inaczsk2.example > dig.out.ns3.out
 grep "SOA 7 2" dig.out.ns3.out > /dev/null || ret=1
index 0893db32c83f3e1c52c2d2bce7f0b02a265359c9..6ef8062f4dcd34c612e51e015de57ecf6ee4693d 100755 (executable)
@@ -6,8 +6,6 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-# $Id: tests.sh,v 1.18 2012/02/23 06:53:15 marka Exp $
-
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
 
@@ -1023,7 +1021,7 @@ if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`
 
 n=`expr $n + 1`
-echo "I:testing checking that inline signing works with inactive KSK ($n)"
+echo "I:testing that inline signing works with inactive ZSK and active KSK ($n)"
 ret=0
 
 $DIG $DIGOPTS @10.53.0.3 -p 5300 soa inactivezsk  > dig.out.ns3.pre.test$n || ret=1