]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit405f8a7bd8539c878a0456fe7dd65ff17a43deec
tree953e61e280b8fca22b6b864e896028a93e090ad1
parentfad97e3cd116a118e5c554aa21ba3ab0eff79cca
parent92a50dab28f28b3aa1f72a8ab2c7cb61597b6b64
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

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

See merge request isc-projects/bind9!10395