mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-14 08:13:50 -05:00
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 commit1f10186476) (cherry picked from commit3dde7c42db) (cherry picked from commite787e54ea1) (cherry picked from commit7394dd8732)
10 lines
250 B
Text
10 lines
250 B
Text
$TTL 1000
|
|
@ in soa localhost. postmaster.localhost. (
|
|
1993050801 ;serial
|
|
3600 ;refresh
|
|
1800 ;retry
|
|
604800 ;expiration
|
|
3600 ) ;minimum
|
|
|
|
$INCLUDE "testkeys/Kexample.+008+20386.key";
|
|
$INCLUDE "testkeys/Kexample.+008+37464.key";
|