Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds test scenarios for Basic01 #1255

Merged
merged 17 commits into from
Jun 12, 2024
Merged
8 changes: 8 additions & 0 deletions docs/public/specifications/test-zones/Basic-TP/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Specification of test zones for Basic-TP


Test zone specifications are available for:

* [Basic01](basic01.md)
* Basic02 *not yet available*
* Basic03 *not yet available*
499 changes: 499 additions & 0 deletions docs/public/specifications/test-zones/Basic-TP/basic01.md

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions test-zone-data/Basic-TP/basic01/COMMON-DEL-CHILD.basic01.xa.zone
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
; Shared zone files for granparent zones when "child"
; is to be delegated directly from grandparent, or overwridden
matsduf marked this conversation as resolved.
Show resolved Hide resolved
; in basic01.cfg file.
;
; * All names must be relative here.
; * $ORIGIN is inherited from the loading of the zone

$TTL 3600

@ SOA ns1 admin. (
2024052000 ; serial
6h ; refresh
1h ; retry
1w ; expire
1d ) ; minimum


@ NS ns1
@ NS ns2
ns1 A 127.12.1.31
ns1 AAAA fda1:b2:c3:0:127:12:1:31
ns2 A 127.12.1.32
ns2 AAAA fda1:b2:c3:0:127:12:1:32


$ORIGIN child.parent ; Must not end with "."

@ NS ns1-delegated-child.basic01.xa. ; Dummy server
@ NS ns2-delegated-child.basic01.xa. ; Dummy server

34 changes: 34 additions & 0 deletions test-zone-data/Basic-TP/basic01/COMMON.basic01.xa.zone
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
; Shared zone files for grandparent zones when "parent"
; is to be delegated in the standard way or overridden
; in basic01.cfg file.
;
; * All names must be relative here.
; * $ORIGIN is inherited from the loading of the zone

$TTL 3600

@ SOA ns1 admin. (
2024051900 ; serial
6h ; refresh
1h ; retry
1w ; expire
1d ) ; minimum


@ NS ns1
@ NS ns2
ns1 A 127.12.1.31
ns1 AAAA fda1:b2:c3:0:127:12:1:31
ns2 A 127.12.1.32
ns2 AAAA fda1:b2:c3:0:127:12:1:32


$ORIGIN parent ; Must not end with "."

@ NS ns1
@ NS ns2
ns1 A 127.12.1.41
ns1 AAAA fda1:b2:c3:0:127:12:1:41
ns2 A 127.12.1.42
ns2 AAAA fda1:b2:c3:0:127:12:1:42

652 changes: 652 additions & 0 deletions test-zone-data/Basic-TP/basic01/README.md

Large diffs are not rendered by default.

Loading