]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a framework for dns__zone_updatesigs() unit tests
authorMichał Kępień <michal@isc.org>
Tue, 13 Mar 2018 13:06:11 +0000 (14:06 +0100)
committerEvan Hunt <each@isc.org>
Thu, 10 May 2018 16:45:48 +0000 (09:45 -0700)
commit02da03b17f4dd8d36050951f8348a678692d8bbc
treed417f8e0b85a06bd93a541be586f20b5cf11cc17
parent781105c046d75f029c64c3d9d0426b5619c8f8a4
Add a framework for dns__zone_updatesigs() unit tests

Add a new ATF test, sigs_test, containing everything required to start
defining test cases for dns__zone_updatesigs().  The framework is
written in a way which ensures that changes to zone database applied by
any dns__zone_updatesigs() invocation are preserved between subsequent
checks.

(cherry picked from commit 1f10186476042562f2858e14331b5e76b2e54b83)
(cherry picked from commit 3dde7c42db917d4c27e0abba9c18dc607bde4502)
(cherry picked from commit e787e54ea18c0f611af97ea2066775d7daadb435)
(cherry picked from commit 7394dd8732e7f0a56837e93946d6dc310e2ea883)
lib/dns/tests/Atffile
lib/dns/tests/Kyuafile
lib/dns/tests/Makefile.in
lib/dns/tests/sigs_test.c [new file with mode: 0644]
lib/dns/tests/testdata/master/master18.data [new file with mode: 0644]
lib/dns/tests/testkeys/Kexample.+008+20386.key [new file with mode: 0644]
lib/dns/tests/testkeys/Kexample.+008+20386.private [new file with mode: 0644]
lib/dns/tests/testkeys/Kexample.+008+37464.key [new file with mode: 0644]
lib/dns/tests/testkeys/Kexample.+008+37464.private [new file with mode: 0644]
util/copyrights