]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move parts into a common module
authorMatthijs Mekking <matthijs@isc.org>
Tue, 30 Sep 2025 09:48:30 +0000 (11:48 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 21 Nov 2025 12:50:13 +0000 (13:50 +0100)
commit85eea3db371a97e04f647489dc1e01d8c2e70b98
tree27074f5a3f7ad15c21fa1ea39ccc108df6a54251
parent4a404dd806c6a54403f2431947297ea30582bc07
Move parts into a common module

Some constants and test functionality are the same for test cases
prior and after reconfiguration. Move these into a common module.
bin/tests/system/nsec3/common.py [new file with mode: 0644]
bin/tests/system/nsec3/tests_nsec3_initial.py