bind9/bin/tests/system/nsec3
Matthijs Mekking 22e5666925 Add test for NSEC3PARAM not changed after restart
Add a test case where 'named' is restarted and ensure that an already
signed zone does not change its NSEC3 parameters.

The test case first tests the current zone and saves the used salt
value. Then after restart it checks if the salt (and other parameters)
are the same as before the restart.

This test case changes 'set_nsec3param'. This will now reset the salt
value, and when checking for NSEC3PARAM we will store the salt and
use it when testing the NXDOMAIN response. This does mean that for
every test case we now have to call 'set_nsec3param' explicitly (and
can not omit it because it is the same as the previous zone).

Finally, slightly changed some echo output to make debugging friendlier.

(cherry picked from commit 08a9e7add1)
2021-06-09 09:18:37 +02:00
..
ns3 Add tests for NSEC3 on dynamic zones 2021-02-25 10:55:51 +01:00
clean.sh Support for NSEC3 in dnssec-policy 2020-11-26 14:15:02 +00:00
setup.sh Support for NSEC3 in dnssec-policy 2020-11-26 14:15:02 +00:00
tests.sh Add test for NSEC3PARAM not changed after restart 2021-06-09 09:18:37 +02:00