]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: test: add startup root DNSKEY refresh system test
authorColin Vidal <colin@isc.org>
Mon, 30 Jun 2025 14:08:43 +0000 (16:08 +0200)
committerColin Vidal <colin@isc.org>
Mon, 30 Jun 2025 14:08:43 +0000 (16:08 +0200)
commitcfb6a77a234b219c00edec09dd9d6ca0053efbfd
tree2d059bbebde6554102c67269e30e903fc671a96c
parent192558c075d9ffcb617b66e941fb2ccd8f329365
parent2bfedc03c22051b89aded27806f4b9520531bacb
[9.18] new: test: add startup root DNSKEY refresh system test

Root trust anchors are automatically updated as described in RFC5011.
Add a system test which ensures the root DNSKEYs are always queried by
named during startup.

Because this test uses real internet DNS root servers, it is enabled
only when `CI_ENABLE_LIVE_INTERNET_TESTS` is set.

Backport of MR !10615

Merge branch 'backport-colin/updaterootdnskey-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10675