]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commita6349765faa2be86b6f917b3d6e5fdd38fbf507e
treee38e29dd3538820de686a8d0cf9a5e23a31aaaae
parent84d91b6b3ab37d978d3c3b8782c42b573d0e2ad4
parent795fcc9f803068de8c5dbdbcbba69bbd0545b8be
chg: test: Match algorithms when checking signatures

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