]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move check_nsec3_case to common code
authorMatthijs Mekking <matthijs@isc.org>
Thu, 13 Nov 2025 18:54:03 +0000 (19:54 +0100)
committerMatthijs Mekking (GitLab job 6509612) <matthijs@isc.org>
Fri, 21 Nov 2025 14:17:43 +0000 (14:17 +0000)
commit6ae3e00f4741f4c6a7bf450a54909caef8f0e2c9
treeaf00752052861789ebb471531a510bd2c4206f57
parentf9e5879ef583375e2e8b4d1ecb7d92d2ec0b5ef9
Move check_nsec3_case to common code

With the nsec and nsec3 test cases being nearly identical for all
modules, these can be be unified and moved to common.py.

(cherry picked from commit 7762b2391e1e4e3a24045de4e2717aa4822ddd2f)
bin/tests/system/nsec3/common.py
bin/tests/system/nsec3/tests_nsec3_initial.py
bin/tests/system/nsec3/tests_nsec3_reconfig.py
bin/tests/system/nsec3/tests_nsec3_restart.py