]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: fix the ksr two-tone test
authorMark Andrews <marka@isc.org>
Fri, 2 May 2025 07:09:56 +0000 (07:09 +0000)
committerMark Andrews <marka@isc.org>
Fri, 2 May 2025 07:09:56 +0000 (07:09 +0000)
The two-tone ksr subtest (test_ksr_twotone) depended on the dnssec-policy keys algorithm values in named.conf being entered in numerical order.  As the algorithms used in the test can be selected randomly this does not always happen. Sort the dnssec-policy keys by algorithm when adding them to the key list from named.conf.

Closes #5286

Merge branch '5286-ksr-two-tone-test-only-work-by-luck' into 'main'

See merge request isc-projects/bind9!10395


Trivial merge