]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Match algorithms when checking signatures
authorMatthijs Mekking <matthijs@isc.org>
Fri, 1 Nov 2024 14:15:49 +0000 (14:15 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 1 Nov 2024 14:15:49 +0000 (14:15 +0000)
In the ksr system test, the 'test_ksr_twotone' case may fail if there are two keys with the same keytag (but different algorithms), because one key is expected to be signing and the other is not.

Switch to regular expression matching and include the algorithm in the search string.

Closes #5017

Merge branch '5017-unexpected-match-ksr-twotone-again' into 'main'

See merge request isc-projects/bind9!9701


Trivial merge