]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rewrite cipher-suites system test to pytest
authorMichal Nowak <mnowak@isc.org>
Wed, 17 Jan 2024 19:43:21 +0000 (20:43 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Jan 2025 08:56:36 +0000 (08:56 +0000)
commitf3f7667fc704625ad5f77fee977da24229fbbbd8
tree2b0cbe67088381a0fd82981e800f53ba21b46a64
parent3047cc9a25c37c9467ddc35603964111d398add1
Rewrite cipher-suites system test to pytest

The minimal required dnspython version is 2.5.0 because of the need for
the "verify" argument in dns.query.tls().

(cherry picked from commit 100b75986322d5105734bd9c1e70a2e5a987dc2d)
bin/tests/system/cipher-suites/setup.sh
bin/tests/system/cipher-suites/tests.sh [deleted file]
bin/tests/system/cipher-suites/tests_cipher_suites.py [new file with mode: 0644]
bin/tests/system/cipher-suites/tests_sh_cipher_suites.py [deleted file]