]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add back the statschannel manykeys test case
authorMatthijs Mekking <matthijs@isc.org>
Fri, 20 Aug 2021 09:19:28 +0000 (11:19 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 24 Aug 2021 07:07:15 +0000 (09:07 +0200)
commit019a52a1844c843b9e5dff2f7a2f5adea8400c2f
treef73370e92ccdb133d73f712c340b53b14262ddf2
parentd9cca81d508ae0f84974b89ce48af17d5096186d
Add back the statschannel manykeys test case

Add a test case that has more than four keys (the initial number of
key slots that are created for dnssec-sign statistics). We shouldn't
be expecting weird values.

This fixes some errors in the manykeys zone configuration (keys
were created for algorithm RSASHA256, but the policy expected RSASHA1,
and the zone was not allowing dynamic updates).

This also fixes an error in the calls to 'zones-json.pl': The perl
script excepts an index number where the zone can be found, rather
than the zone name.
bin/tests/system/statschannel/ns2/named.conf.in
bin/tests/system/statschannel/tests.sh
bin/tests/system/statschannel/zones-json.pl