]> git.ipfire.org Git - thirdparty/bind9.git/commit
add startup root DNSKEY refresh system test
authorColin Vidal <colin@isc.org>
Tue, 24 Jun 2025 09:55:42 +0000 (11:55 +0200)
committerColin Vidal <colin@isc.org>
Mon, 30 Jun 2025 11:56:24 +0000 (13:56 +0200)
commitb0a33f77dce28d21036739c565cc0037ca605893
tree6c8af96b7b178037f87987334f4beee7345e518b
parent38cc19d756a97f76bcbdaef519ac2aec0b2b1536
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.
bin/tests/system/rfc5011/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/rfc5011/tests_rfc5011.py [new file with mode: 0644]