diff --git a/bin/tests/master/dns_master_load_7_data b/bin/tests/master/dns_master_load_7_data new file mode 100644 index 0000000000..5d3c8d7cdf --- /dev/null +++ b/bin/tests/master/dns_master_load_7_data @@ -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 diff --git a/bin/tests/master/master7.data b/bin/tests/master/master7.data new file mode 100644 index 0000000000..deb5824b4b --- /dev/null +++ b/bin/tests/master/master7.data @@ -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 ) +