]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: test: Improve crypto support detection and algorithm selection in pytest
authorNicki Křížek <nicki@isc.org>
Mon, 5 Aug 2024 15:55:09 +0000 (15:55 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 5 Aug 2024 15:55:09 +0000 (15:55 +0000)
commit520ad2d2068624e13e71545feb9321a1fb2a3cb5
tree5b05ed9210f42d1d9ee50f6369404c00bc7e6bc1
parentf8a0c0bed6ed629e314d22619510939c61d88b0e
parentdf97088dcfddb3c7d02957956a805b016f87b09b
[9.20] chg: test: Improve crypto support detection and algorithm selection in pytest

Ensure that the selected algorithms remains stable throughout the entire test session. Crypto support detection was rewritten to python and simplified.

Closes #4202

Closes #4422

Related #3810

Backport of MR !8803

Merge branch 'backport-4202-algorithm-detection-pytest-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9201