]> 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:35:59 +0000 (09:35 -0700)
commit7394dd8732e7f0a56837e93946d6dc310e2ea883
tree8dddf863a005f6abe8d73eba3b66d8d711269086
parentb8720b8f505e823c5495ab3ff43eaf5116ca03bf
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)
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