test 7 data
This commit is contained in:
12
bin/tests/master/dns_master_load_7_data
Normal file
12
bin/tests/master/dns_master_load_7_data
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# test data for dns_master_load test 7
|
||||
#
|
||||
# format is:
|
||||
# masterfile origin class expected_result
|
||||
# where
|
||||
# masterfile name is the name of a file containing master data
|
||||
# origin is the origin
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master7.data test in DNS_R_SUCCESS
|
||||
17
bin/tests/master/master7.data
Normal file
17
bin/tests/master/master7.data
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
$TTL 1000
|
||||
@ in soa localhost. postmaster.localhost. (
|
||||
1993050801 ;serial
|
||||
3600 ;refresh
|
||||
1800 ;retry
|
||||
604800 ;expiration
|
||||
3600 ) ;minimum
|
||||
|
||||
secure1 3600 IN KEY (
|
||||
NOKEY|FLAG2|FLAG4|FLAG5|NTYP3|FLAG8|FLAG9|FLAG10|FLAG11|SIG15
|
||||
3 3 )
|
||||
|
||||
secure2 3600 in key (
|
||||
nokey|flag2|flag4|flag5|ntyp3|flag8|flag9|flag10|flag11|sig15
|
||||
3 3 )
|
||||
|
||||
Reference in New Issue
Block a user