]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rewrite nsec3 system test to pytest (1/4)
authorMatthijs Mekking <matthijs@isc.org>
Tue, 30 Sep 2025 07:13:38 +0000 (09:13 +0200)
committerMatthijs Mekking (GitLab job 6509612) <matthijs@isc.org>
Fri, 21 Nov 2025 14:17:42 +0000 (14:17 +0000)
commite8457b1358159eb2f3df8882dd53a5d255fc03b9
tree2a475018f48522bf9225aa64c97f031b340c1248
parentbb9451c73fe14dbbecc62633833812227cd4aa20
Rewrite nsec3 system test to pytest (1/4)

This converts all the nsec3 system test cases prior to reconfiguring the
name server. There are two main classes, one that tests the zone is
correctly signed with NSEC, the other with NSEC3.

Two extra tests for nsec3-dynamic-update-inline.kasp and
nsec3-change.kasp are also rewritten. For the former, we need to
change the 'nsupdate' definition to be able to set the expected RCODE.

(cherry picked from commit e81cc1520a826a362b2fa31772733eb932180576)
bin/tests/system/isctest/instance.py
bin/tests/system/nsec3/tests.sh
bin/tests/system/nsec3/tests_nsec3_initial.py [new file with mode: 0644]