]> 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 <matthijs@isc.org>
Fri, 21 Nov 2025 12:50:13 +0000 (13:50 +0100)
commitf98f6ee3d68428f1d665b535cdad5cdc6d00d0d6
treec07d221b4a7b399488d020b3802f087dfa31a91e
parent2c7190609b51371b85237419650ecfea8e51d26e
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.
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]