]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add tests for DNSSEC sign statistics
authorMatthijs Mekking <matthijs@isc.org>
Thu, 20 Jun 2019 11:10:33 +0000 (13:10 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 27 Jun 2019 10:37:27 +0000 (12:37 +0200)
commit212db50edd81f2279e8b3ccffa9d8d18a8759ecc
tree94649ad317a5e33298236f0a1c70a16d0354df30
parent2c494feee68fc07f8f623e3225744e27a837be1d
Add tests for DNSSEC sign statistics

This adds tests to the statschannel system test for testing if
the dnskey sign operation counters are incremented correctly.

It tests three cases:

1. A zone maintenance event where all the signatures that are about
   to expire are resigned.
2. A dynamic update event where the new RR and other relevant records
   (SOA, NSEC) are resigned.
3. Adding a standby key, that means the DNSKEY and SOA RRset are
   resigned.

(cherry picked from commit a8750a8805c2f3055059e647ad24ee4e289b26b6)
bin/tests/system/statschannel/clean.sh
bin/tests/system/statschannel/ns2/dnssec.db.in [new file with mode: 0644]
bin/tests/system/statschannel/ns2/named.conf.in
bin/tests/system/statschannel/ns2/sign.sh [new file with mode: 0644]
bin/tests/system/statschannel/setup.sh
bin/tests/system/statschannel/tests.sh
bin/tests/system/statschannel/zones-json.pl [new file with mode: 0644]
bin/tests/system/statschannel/zones-xml.pl [new file with mode: 0644]
util/copyrights