mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 08:39:00 -04:00
Add not soa not top of zone test
This commit is contained in:
parent
24675e8e13
commit
84b8fdfeac
2 changed files with 13 additions and 0 deletions
6
bin/tests/db/dns_db_load_25.data
Normal file
6
bin/tests/db/dns_db_load_25.data
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$TTL 5
|
||||
@ IN SOA ns1 hostmaster 1 3600 1200 3600000 3600
|
||||
@ IN NS ns1
|
||||
ns1 IN A 10.0.0.1
|
||||
sub IN SOA ns2 hostmaster 1 3600 1200 3600000 3600
|
||||
ns2 IN A 10.0.0.2
|
||||
7
bin/tests/db/dns_db_load_soa_not_top
Normal file
7
bin/tests/db/dns_db_load_soa_not_top
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# test data for dns_db_load_soa_not_top
|
||||
#
|
||||
# format:
|
||||
# filename type origin cache class findname expected_result
|
||||
#
|
||||
dns_db_load_25.data rbt . zone in DNS_R_NOTZONETOP a. A DNS_R_DELEGATION
|
||||
Loading…
Reference in a new issue