]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: dev: fix the ksr two-tone test
authorMark Andrews <marka@isc.org>
Sun, 4 May 2025 05:09:26 +0000 (05:09 +0000)
committerMark Andrews <marka@isc.org>
Sun, 4 May 2025 05:09:26 +0000 (05:09 +0000)
commit3e2b255b5b793c3073dee58d39c8d03b22bb7811
tree4b127990b6369d88949f20c77e1ccb60c33763fc
parent95a970bb89975860d32fcc839a27a95ee7be019e
parent5a7274cbd6fe8c4dcede8bd4238f4e413f48618a
[9.20] fix: dev: fix the ksr two-tone test

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

Backport of MR !10395

Merge branch 'backport-5286-ksr-two-tone-test-only-work-by-luck-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10435