]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rewrite nsec3 system test to pytest (3/4)
authorMatthijs Mekking <matthijs@isc.org>
Tue, 30 Sep 2025 13:06:45 +0000 (15:06 +0200)
committerMatthijs Mekking (GitLab job 6509612) <matthijs@isc.org>
Fri, 21 Nov 2025 14:17:42 +0000 (14:17 +0000)
commit66a8afe2f559ea923c4c33e5b97387f7f183d747
treea9ba2ffe160bb84dc14d6eef5b3fbf9f57bc17b8
parent3064563359209990d193bb990f927f80130fe7b2
Rewrite nsec3 system test to pytest (3/4)

This converts two test cases:

1. A zone that previously failed to load is now fixed. Make sure the
   zone is signed correctly with the right NSEC3 parameters.

2. Test case to ensure the salt is the same after a restart, i.e. no
   re-salting takes place. Previously we only tested with salt length
   0, this commit adds a test case for salt length 8 as well.

(cherry picked from commit f98f6ee3d68428f1d665b535cdad5cdc6d00d0d6)
bin/tests/system/nsec3/tests.sh
bin/tests/system/nsec3/tests_nsec3_reconfig.py
bin/tests/system/nsec3/tests_nsec3_reload.py [new file with mode: 0644]
bin/tests/system/nsec3/tests_nsec3_restart.py [new file with mode: 0644]