From: Mark Andrews Date: Thu, 6 Feb 2020 03:12:31 +0000 (+1100) Subject: ident continuation of test descriptions X-Git-Tag: v9.14.11~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df2df5706e15cdc85ebd91488408d2270289e1c;p=thirdparty%2Fbind9.git ident continuation of test descriptions (cherry picked from commit 059b16b9910fa1843f2d837ac6cafee1030fc81d) --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index 8111fb02662..19c7c115563 100755 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -206,8 +206,8 @@ nextpartreset ns3/named.run # Check that DNSKEY is initially signed with a KSK and not a ZSK. # echo_i "check that zone with active and inactive KSK and active ZSK is properly" -echo_i " resigned after the active KSK is deleted - stage 1: Verify that DNSKEY" -echo_i " is initially signed with a KSK and not a ZSK. ($n)" +echo_ic "resigned after the active KSK is deleted - stage 1: Verify that DNSKEY" +echo_ic "is initially signed with a KSK and not a ZSK. ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 axfr inacksk3.example > dig.out.ns3.test$n @@ -243,8 +243,8 @@ status=`expr $status + $ret` # Check that zone is initially signed with a ZSK and not a KSK. # echo_i "check that zone with active and inactive ZSK and active KSK is properly" -echo_i " resigned after the active ZSK is deleted - stage 1: Verify that zone" -echo_i " is initially signed with a ZSK and not a KSK. ($n)" +echo_ic "resigned after the active ZSK is deleted - stage 1: Verify that zone" +echo_ic "is initially signed with a ZSK and not a KSK. ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 axfr inaczsk3.example > dig.out.ns3.test$n kskid=`awk '$4 == "DNSKEY" && $5 == 257 { print }' dig.out.ns3.test$n | @@ -1489,8 +1489,8 @@ status=`expr $status + $ret` # Check that DNSKEY is now signed with the ZSK. # echo_i "check that zone with active and inactive KSK and active ZSK is properly" -echo_i " resigned after the active KSK is deleted - stage 2: Verify that DNSKEY" -echo_i " is now signed with the ZSK. ($n)" +echo_ic "resigned after the active KSK is deleted - stage 2: Verify that DNSKEY" +echo_ic "is now signed with the ZSK. ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 axfr inacksk3.example > dig.out.ns3.test$n @@ -1518,8 +1518,8 @@ status=`expr $status + $ret` # Check that zone is now signed with the KSK. # echo_i "check that zone with active and inactive ZSK and active KSK is properly" -echo_i " resigned after the active ZSK is deleted - stage 2: Verify that zone" -echo_i " is now signed with the KSK. ($n)" +echo_ic "resigned after the active ZSK is deleted - stage 2: Verify that zone" +echo_ic "is now signed with the KSK. ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 axfr inaczsk3.example > dig.out.ns3.test$n kskid=`awk '$4 == "DNSKEY" && $5 == 257 { print }' dig.out.ns3.test$n |