From: Matthijs Mekking Date: Wed, 29 Apr 2020 08:51:41 +0000 (+0200) Subject: Stop keeping track of key parameter count X-Git-Tag: v9.17.2~39^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8483f71258cc7273a3b184e75fee7e52eb782a53;p=thirdparty%2Fbind9.git Stop keeping track of key parameter count Stop tracking in the comments the number of key parameters in the kasp system test, it adds nothing beneficial. --- diff --git a/bin/tests/system/kasp/tests.sh b/bin/tests/system/kasp/tests.sh index 22dd405d411..d9439fd5953 100644 --- a/bin/tests/system/kasp/tests.sh +++ b/bin/tests/system/kasp/tests.sh @@ -34,28 +34,28 @@ VIEW2="4xILSZQnuO1UKubXHkYUsvBRPu8=" ############################################################################### # Key properties # ############################################################################### -# ID=0 -# EXPECT=1 -# ROLE=2 -# KSK=3 -# ZSK=4 -# LIFETIME=5 -# ALG_NUM=6 -# ALG_STR=7 -# ALG_LEN=8 -# PUBLISHED=9 -# ACTIVE=10 -# RETIRED=11 -# REVOKED=12 -# REMOVED=13 -# GOAL=14 -# STATE_DNSKEY=15 -# STATE_ZRRSIG=16 -# STATE_KRRSIG=17 -# STATE_DS=18 -# EXPECT_ZRRSIG=19 -# EXPECT_KRRSIG=20 -# LEGACY=21 +# ID +# EXPECT +# ROLE +# KSK +# ZSK +# LIFETIME +# ALG_NUM +# ALG_STR +# ALG_LEN +# PUBLISHED +# ACTIVE +# RETIRED +# REVOKED +# REMOVED +# GOAL +# STATE_DNSKEY +# STATE_ZRRSIG +# STATE_KRRSIG +# STATE_DS +# EXPECT_ZRRSIG +# EXPECT_KRRSIG +# LEGACY key_key() { echo "${1}__${2}"