]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[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)
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


Trivial merge