s/DNS_R_/ISC_R_/ as needed
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
# format:
|
||||
# filename type origin class existing_name existing_type
|
||||
#
|
||||
dns_db_expirenode.data rbt vix.com. in a.vix.com. 10000 0 DNS_R_NOTFOUND
|
||||
dns_db_expirenode.data rbt vix.com. in a.vix.com. 10000 0 ISC_R_NOTFOUND
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
# format:
|
||||
# dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results
|
||||
#
|
||||
dns_db_find_10.data rbt vix.com. in cache a.b.c.vix.com. NS 0 1010 DNS_R_NOTFOUND
|
||||
dns_db_find_10.data rbt vix.com. in cache a.b.c.vix.com. NS 0 0 DNS_R_SUCCESS
|
||||
dns_db_find_10.data rbt vix.com. in cache a.b.c.vix.com. NS 0 1010 ISC_R_NOTFOUND
|
||||
dns_db_find_10.data rbt vix.com. in cache a.b.c.vix.com. NS 0 0 ISC_R_SUCCESS
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
# dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results
|
||||
#
|
||||
dns_db_find_6.data rbt vix.com. in zone exploder.vix.com. A 0 0 DNS_R_CNAME
|
||||
dns_db_find_6.data rbt vix.com. in zone exploder.vix.com. ANY 0 0 DNS_R_SUCCESS
|
||||
dns_db_find_6.data rbt vix.com. in zone exploder.vix.com. ANY 0 0 ISC_R_SUCCESS
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# test data for dns_db_find DNS_R_NXRDATASET
|
||||
# test data for dns_db_find DNS_R_NXRRSET
|
||||
#
|
||||
# format:
|
||||
# dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results
|
||||
#
|
||||
dns_db_find_8.data rbt vix.com. in zone a.b.c.vix.com. NS 0 0 DNS_R_NXRDATASET
|
||||
dns_db_find_8.data rbt vix.com. in zone a.b.c.vix.com. NS 0 0 DNS_R_NXRRSET
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# test data for dns_db_find DNS_R_NOTFOUND
|
||||
# test data for dns_db_find ISC_R_NOTFOUND
|
||||
#
|
||||
# format:
|
||||
# dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results
|
||||
#
|
||||
dns_db_find_9.data rbt vix.com. in cache a.b.c.vix.com. NS 0 0 DNS_R_NOTFOUND
|
||||
dns_db_find_9.data rbt vix.com. in cache a.b.c.vix.com. NS 0 0 ISC_R_NOTFOUND
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# test data for dns_db_findnode, case DNS_R_SUCCESS
|
||||
# test data for dns_db_findnode, case ISC_R_SUCCESS
|
||||
#
|
||||
# format:
|
||||
# filename type origin class cache existingname rdatatype
|
||||
#
|
||||
dns_db_findnode_1.data rbt vix.com. in zone a.vix.com. NS DNS_R_SUCCESS
|
||||
dns_db_findnode_1.data rbt vix.com. in zone b.vix.com. A DNS_R_SUCCESS
|
||||
dns_db_findnode_1.data rbt vix.com. in zone c.vix.com. A DNS_R_NOTFOUND
|
||||
dns_db_findnode_1.data rbt vix.com. in zone a.vix.com. NS ISC_R_SUCCESS
|
||||
dns_db_findnode_1.data rbt vix.com. in zone b.vix.com. A ISC_R_SUCCESS
|
||||
dns_db_findnode_1.data rbt vix.com. in zone c.vix.com. A ISC_R_NOTFOUND
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# format:
|
||||
# filename type origin cache class findname expected_result
|
||||
#
|
||||
dns_db_load_1.data rbt . zone in DNS_R_SUCCESS a. A DNS_R_DELEGATION
|
||||
dns_db_load_1.data rbt . zone in ISC_R_SUCCESS a. A DNS_R_DELEGATION
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
# format:
|
||||
# datafile, sigpath, keyname, keyid, alg, exp_result
|
||||
#
|
||||
t2_data_1 t2_dsasig test. 6204 DST_ALG_DSA DNS_R_SUCCESS
|
||||
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSA DNS_R_SUCCESS
|
||||
t2_data_1 t2_dsasig test. 6204 DST_ALG_DSA ISC_R_SUCCESS
|
||||
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSA ISC_R_SUCCESS
|
||||
# wrong sig
|
||||
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !DNS_R_SUCCESS
|
||||
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !ISC_R_SUCCESS
|
||||
# wrong key
|
||||
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !DNS_R_SUCCESS
|
||||
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !ISC_R_SUCCESS
|
||||
# wrong alg
|
||||
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSA !DNS_R_SUCCESS
|
||||
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSA !ISC_R_SUCCESS
|
||||
# wrong data
|
||||
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !DNS_R_SUCCESS
|
||||
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !ISC_R_SUCCESS
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master1.data test in DNS_R_SUCCESS
|
||||
master1.data test in ISC_R_SUCCESS
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master2.data test in DNS_R_UNEXPECTEDEND
|
||||
master2.data test in ISC_R_UNEXPECTEDEND
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master6.data test in DNS_R_SUCCESS
|
||||
master6.data test in ISC_R_SUCCESS
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master7.data test in DNS_R_SUCCESS
|
||||
master7.data test in ISC_R_SUCCESS
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test1.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_SUCCESS
|
||||
wire_test1.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_SUCCESS
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test2.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
|
||||
wire_test2.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test3_1.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADLABELTYPE
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test4.data 550 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
|
||||
wire_test4.data 550 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test5.data 25 1 DNS_COMPRESS_NONE vix.com. DNS_R_DISALLOWED
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test6.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADPOINTER
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test7.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_UNEXPECTEDEND
|
||||
wire_test7.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_UNEXPECTEDEND
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test8.data 383 1 DNS_COMPRESS_ALL vix.com. DNS_R_TOOMANYHOPS
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
# or case conversion
|
||||
#
|
||||
# and where exp_result may be one of
|
||||
# DNS_R_NOSPACE
|
||||
# ISC_R_NOSPACE
|
||||
# DNS_R_BADLABELTYPE
|
||||
# DNS_R_DISALLOWED
|
||||
# DNS_R_BADPOINTER
|
||||
# DNS_R_UNEXPECTEDEND
|
||||
# ISC_R_UNEXPECTEDEND
|
||||
# DNS_R_TOOMANYHOPS
|
||||
#
|
||||
wire_test9.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
|
||||
wire_test9.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# and where exp_data_len is the length of the expected data in decimal format
|
||||
# and where exp_result is the expected return value of dns_name_towire
|
||||
#
|
||||
a.vix.com. DNS_COMPRESS_NONE 01610376697803636f6d00 11 DNS_R_SUCCESS
|
||||
a.vix.com. DNS_COMPRESS_NONE 01610376697803636f6d00 11 ISC_R_SUCCESS
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# and where exp_data_len is the length of the expected data in decimal format
|
||||
# and where exp_result is the expected return value of dns_name_towire
|
||||
#
|
||||
a.vix.com DNS_COMPRESS_NONE 01610376697803636f6d 10 DNS_R_NOSPACE
|
||||
a.vix.com DNS_COMPRESS_NONE 01610376697803636f6d 10 ISC_R_NOSPACE
|
||||
|
||||
Reference in New Issue
Block a user