]> 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:45:51 +0000 (08:45 +0000)
commit100b75986322d5105734bd9c1e70a2e5a987dc2d
treeab54c94bbbe8af65d9b6ff146384acb456334937
parentb2964cc922f9630d4800d1409ed5b7e253ca3324
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().
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]