~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to bin/tests/system/rpz/test1

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
; PERFORMANCE OF THIS SOFTWARE.
14
14
 
15
 
; $Id: test1,v 1.4.8.1 2011-06-09 03:14:04 marka Exp $
16
 
 
 
15
; $Id$
 
16
 
 
17
 
 
18
; Use comment lines instead of blank lines to combine update requests into
 
19
;       single requests
 
20
; Separate update requests for distinct TLDs with blank lines or 'send'
 
21
; End the file with a blank line or 'send'
17
22
 
18
23
server 10.53.0.3 5300
19
24
 
 
25
; QNAME tests
 
26
 
20
27
; NXDOMAIN
 
28
;       2, 20, 25
21
29
update add  a0-1.tld2.bl.       300 CNAME .
22
 
 
23
30
; NODATA
24
 
update add  a1-1.tld2.bl.       300 CNAME *.
25
 
;       and no assert-botch
26
 
update add  a1-2.tld2.bl.       300 DNAME example.com.
27
 
 
28
 
update add  *.sub1.tld2.bl.     300 A 12.12.12.12
29
 
 
 
31
;       3, 21
 
32
update add  a3-1.tld2.bl.       300 CNAME *.
 
33
; and no assert-botch
 
34
;       5, 22
 
35
update add  a3-2.tld2.bl.       300 DNAME example.com.
 
36
;
 
37
; NXDOMAIN for a4-2-cname.tld2 via its target a4-2.tld2.
 
38
;       6 and 7
 
39
update add  a4-2.tld2.bl        300 CNAME .
 
40
;       8
 
41
; NODATA for a4-3-cname.tld2 via its target a4-3.tld2.
 
42
update add  a4-3.tld2.bl        300 CNAME *.
 
43
;
 
44
; replace the A for a4-1.sub1.tld2 with 12.12.12.12
 
45
;       9
 
46
update add  a4-1.sub1.tld2.bl.  300 A 12.12.12.12
 
47
;
 
48
; replace the A for *.sub2.tld2 with 12.12.12.12
 
49
;       10
 
50
update add  a4-1.sub2.tld2.bl.  300 A 12.12.12.12
 
51
;
 
52
; replace NXDOMAIN for {nxc1,nxc2}.sub1.tld2 with 12.12.12.12 using CNAMEs
 
53
;       11
 
54
update add nxc1.sub1.tld2.bl.   300 CNAME a12.tld2.
 
55
;       12
 
56
update add nxc2.sub1.tld2.bl.   300 CNAME a12-cname.tld2.
 
57
;
 
58
; prefer the first conflicting zone
 
59
;       13
 
60
update add a4-4.tld2.bl.        300 A   127.4.4.1
 
61
update add a6-1.tld2.bl.        300 CNAME a6-1.tld2.
 
62
update add a6-2.tld2.bl.        300 A   127.6.2.1
 
63
update add a6-1.tld2.bl.        300 A   127.6.1.1
 
64
update add a6-2.tld2.bl.        300 CNAME a6-2.tld2.
 
65
send
 
66
update add a4-4.tld2.bl-2.      300 A   127.4.4.2
 
67
send
 
68
 
 
69
; wildcard CNAME
 
70
;       16
 
71
update add  a3-6.tld2.bl.       300 CNAME *.tld4.
 
72
;       17
 
73
update add  *.sub1.tld2.bl.     300 CNAME *.tld4.
 
74
; CNAME chain
 
75
;       18
 
76
update add  a4-5.tld2.bl.       300 A   127.0.0.16
 
77
; stop at first hit in CNAME chain
 
78
;       19
 
79
update add  a4-6.tld2.bl.       300 CNAME .
 
80
update add  a4-6-cname.tld2.bl. 300 A   127.0.0.17
 
81
;
 
82
; assert in rbtdb.c
 
83
;       24
 
84
update  add c1.crash2.tld3.bl.  300 CNAME .
 
85
; DO=1 without signatures, DO=0 with signatures are rewritten
 
86
;       26 - 27
 
87
update add  a0-1.tld2s.bl.      300 CNAME .
30
88
send