]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove obsolete 'relay' test
authorEvan Hunt <each@isc.org>
Tue, 2 Dec 2014 21:57:35 +0000 (13:57 -0800)
committerEvan Hunt <each@isc.org>
Tue, 2 Dec 2014 21:57:35 +0000 (13:57 -0800)
13 files changed:
bin/tests/system/relay/README [deleted file]
bin/tests/system/relay/clean.sh [deleted file]
bin/tests/system/relay/ns1/named.conf [deleted file]
bin/tests/system/relay/ns1/root.db [deleted file]
bin/tests/system/relay/ns2/example1.db [deleted file]
bin/tests/system/relay/ns2/example2.db [deleted file]
bin/tests/system/relay/ns2/example3.db [deleted file]
bin/tests/system/relay/ns2/example4.db [deleted file]
bin/tests/system/relay/ns2/named.conf [deleted file]
bin/tests/system/relay/ns3/named.conf [deleted file]
bin/tests/system/relay/ns4/named.conf [deleted file]
bin/tests/system/relay/setup.sh [deleted file]
bin/tests/system/relay/tests.sh [deleted file]

diff --git a/bin/tests/system/relay/README b/bin/tests/system/relay/README
deleted file mode 100644 (file)
index c341fe5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
-Copyright (C) 2000, 2001  Internet Software Consortium.
-See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
-
-$Id: README,v 1.4 2004/03/05 05:02:10 marka Exp $
-
-ns1 root
-ns2 master
-ns3 stealth master(ns4)/slave(ns2)
-ns4 slave
-
-transfer graph ns2 -> ns3 -> ns4
-notify graph ns2 -> ns4 (relay)-> ns3 -> ns4
diff --git a/bin/tests/system/relay/clean.sh b/bin/tests/system/relay/clean.sh
deleted file mode 100644 (file)
index 3f76a8c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-
-# $Id: clean.sh,v 1.6 2007/09/26 03:22:44 marka Exp $
-
-#
-# Clean up after relay transfer tests.
-#
-
-rm -f ns3/example.bk ns4/example.bk dig.out.ns2 dig.out.ns3 dig.out.ns4
-rm -f */named.memstats
diff --git a/bin/tests/system/relay/ns1/named.conf b/bin/tests/system/relay/ns1/named.conf
deleted file mode 100644 (file)
index 4e5c816..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: named.conf,v 1.10 2007/06/19 23:47:04 tbox Exp $ */
-
-controls { /* empty */ };
-
-options {
-       query-source address 10.53.0.1;
-       notify-source 10.53.0.1;
-       transfer-source 10.53.0.1;
-       port 5300;
-       pid-file "named.pid";
-       listen-on { 10.53.0.1; };
-       listen-on-v6 { none; };
-       recursion no;
-       notify yes;
-};
-
-zone "." {
-       type master;
-       file "root.db";
-};
diff --git a/bin/tests/system/relay/ns1/root.db b/bin/tests/system/relay/ns1/root.db
deleted file mode 100644 (file)
index f14efbc..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
-;
-; Permission to use, copy, modify, and/or distribute this software for any
-; purpose with or without fee is hereby granted, provided that the above
-; copyright notice and this permission notice appear in all copies.
-;
-; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-; PERFORMANCE OF THIS SOFTWARE.
-
-; $Id: root.db,v 1.5 2007/06/19 23:47:04 tbox Exp $
-
-$TTL 300
-.                      IN SOA  a.root-servers.nil. gson.nominum.com. (
-                               2000042100      ; serial
-                               600             ; refresh
-                               600             ; retry
-                               1200            ; expire
-                               600             ; minimum
-                               )
-.                      NS      a.root-servers.nil.
-a.root-servers.nil.    A       10.53.0.1
-
-example.               NS      ns2.example.
-ns2.example.           A       10.53.0.2
-example.               NS      ns4.example.
-ns4.example.           A       10.53.0.4
diff --git a/bin/tests/system/relay/ns2/example1.db b/bin/tests/system/relay/ns2/example1.db
deleted file mode 100644 (file)
index c89c084..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-; Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
-;
-; Permission to use, copy, modify, and/or distribute this software for any
-; purpose with or without fee is hereby granted, provided that the above
-; copyright notice and this permission notice appear in all copies.
-;
-; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-; PERFORMANCE OF THIS SOFTWARE.
-
-; $Id: example1.db,v 1.9 2009/01/21 23:47:27 tbox Exp $
-
-$ORIGIN .
-$TTL 300       ; 5 minutes
-example                        IN SOA  mname1. . (
-                               1          ; serial
-                               300        ; refresh (300 seconds)
-                               300        ; retry (300 seconds)
-                               1814400    ; expire (3 weeks)
-                               3600       ; minimum (1 hour)
-                               )
-example.               NS      ns2.example.
-ns2.example.           A       10.53.0.2
-example.               NS      ns4.example.
-ns4.example.           A       10.53.0.4
-
-$ORIGIN example.
-a                      A       10.0.0.1
-$TTL 3600      ; 1 hour
-a01                    A       0.0.0.0
-a02                    A       255.255.255.255
-a601                   AAAA    ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
-afsdb01                        AFSDB   0 hostname
-afsdb02                        AFSDB   65535 .
-$TTL 300       ; 5 minutes
-b                      CNAME   foo.net.
-c                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-cert01                 CERT    65534 65535 PRIVATEOID (
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-cname01                        CNAME   cname-target.
-cname02                        CNAME   cname-target
-cname03                        CNAME   .
-$TTL 300       ; 5 minutes
-d                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-dname01                        DNAME   dname-target.
-dname02                        DNAME   dname-target
-dname03                        DNAME   .
-$TTL 300       ; 5 minutes
-e                      MX      10 mail
-                       TXT     "one"
-                       TXT     "three"
-                       TXT     "two"
-                       A       73.80.65.49
-                       A       73.80.65.50
-                       A       73.80.65.52
-                       A       73.80.65.51
-f                      A       73.80.65.52
-$TTL 3600      ; 1 hour
-gpos01                 GPOS    "-22.6882" "116.8652" "250.0"
-gpos02                 GPOS    "" "" ""
-hinfo01                        HINFO   "Generic PC clone" "NetBSD-1.4"
-hinfo02                        HINFO   "PC" "NetBSD"
-isdn01                 ISDN    "isdn-address"
-isdn02                 ISDN    "isdn-address" "subaddress"
-isdn03                 ISDN    "isdn-address"
-isdn04                 ISDN    "isdn-address" "subaddress"
-key01                  KEY     512 255 1 (
-                               AQMFD5raczCJHViKtLYhWGz8hMY9UGRuniJDBzC7w0aR
-                               yzWZriO6i2odGWWQVucZqKVsENW91IOW4vqudngPZsY3
-                               GvQ/xVA8/7pyFj6b7Esga60zyGW6LFe9r8n6paHrlG5o
-                               jqf0BaqHT+8= )
-kx01                   KX      10 kdc
-kx02                   KX      10 .
-loc01                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-loc02                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-mb01                   MG      madname
-mb02                   MG      .
-mg01                   MG      mgmname
-mg02                   MG      .
-minfo01                        MINFO   rmailbx emailbx
-minfo02                        MINFO   . .
-mr01                   MR      mrname
-mr02                   MR      .
-mx01                   MX      10 mail
-mx02                   MX      10 .
-naptr01                        NAPTR   0 0 "" "" "" .
-naptr02                        NAPTR   65535 65535 "blurgh" "blorf" "blllbb" foo.
-nsap-ptr01             NSAP-PTR foo.
-                       NSAP-PTR .
-nsap01                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nsap02                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nxt01                  NXT     a.secure ( NS SOA MX SIG KEY LOC NXT )
-nxt02                  NXT     . ( NSAP-PTR NXT )
-nxt03                  NXT     . ( A )
-nxt04                  NXT     . ( 127 )
-ptr01                  PTR     example.
-px01                   PX      65535 foo. bar.
-px02                   PX      65535 . .
-rp01                   RP      mbox-dname txt-dname
-rp02                   RP      . .
-rt01                   RT      0 intermediate-host
-rt02                   RT      65535 .
-$TTL 300       ; 5 minutes
-s                      NS      ns.s
-$ORIGIN s.example.
-ns                     A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-sig01                  SIG     NXT 1 3 3600 20000102030405 (
-                               19961211100908 2143 foo
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-srv01                  SRV     0 0 0 .
-srv02                  SRV     65535 65535 65535 old-slow-box.example.com.
-$TTL 301       ; 5 minutes 1 second
-t                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-txt01                  TXT     "foo"
-txt02                  TXT     "foo" "bar"
-txt03                  TXT     "foo"
-txt04                  TXT     "foo" "bar"
-txt05                  TXT     "foo bar"
-txt06                  TXT     "foo bar"
-txt07                  TXT     "foo bar"
-txt08                  TXT     "foo\010bar"
-txt09                  TXT     "foo\010bar"
-txt10                  TXT     "foo bar"
-txt11                  TXT     "\"foo\""
-txt12                  TXT     "\"foo\""
-$TTL 300       ; 5 minutes
-u                      TXT     "txt-not-in-nxt"
-$ORIGIN u.example.
-a                      A       73.80.65.49
-b                      A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-wks01                  WKS     10.0.0.1 6 ( 0 1 2 21 23 )
-wks02                  WKS     10.0.0.1 17 ( 0 1 2 53 )
-wks03                  WKS     10.0.0.2 6 ( 65535 )
-x2501                  X25     "123456789"
diff --git a/bin/tests/system/relay/ns2/example2.db b/bin/tests/system/relay/ns2/example2.db
deleted file mode 100644 (file)
index 15adb61..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-; Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
-;
-; Permission to use, copy, modify, and/or distribute this software for any
-; purpose with or without fee is hereby granted, provided that the above
-; copyright notice and this permission notice appear in all copies.
-;
-; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-; PERFORMANCE OF THIS SOFTWARE.
-
-; $Id: example2.db,v 1.9 2009/01/21 23:47:27 tbox Exp $
-
-$ORIGIN .
-$TTL 300       ; 5 minutes
-example                        IN SOA  mname1. . (
-                               2          ; serial
-                               300        ; refresh (300 seconds)
-                               300        ; retry (300 seconds)
-                               1814400    ; expire (3 weeks)
-                               3600       ; minimum (1 hour)
-                               )
-example.               NS      ns2.example.
-ns2.example.           A       10.53.0.2
-example.               NS      ns4.example.
-ns4.example.           A       10.53.0.4
-
-$ORIGIN example.
-a                      A       10.0.0.2
-$TTL 3600      ; 1 hour
-a01                    A       0.0.0.0
-a02                    A       255.255.255.255
-a601                   AAAA    ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
-afsdb01                        AFSDB   0 hostname
-afsdb02                        AFSDB   65535 .
-$TTL 300       ; 5 minutes
-b                      CNAME   foo.net.
-c                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-cert01                 CERT    65534 65535 PRIVATEOID (
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-cname01                        CNAME   cname-target.
-cname02                        CNAME   cname-target
-cname03                        CNAME   .
-$TTL 300       ; 5 minutes
-d                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-dname01                        DNAME   dname-target.
-dname02                        DNAME   dname-target
-dname03                        DNAME   .
-$TTL 300       ; 5 minutes
-e                      MX      10 mail
-                       TXT     "one"
-                       TXT     "three"
-                       TXT     "two"
-                       A       73.80.65.49
-                       A       73.80.65.50
-                       A       73.80.65.52
-                       A       73.80.65.51
-f                      A       73.80.65.52
-$TTL 3600      ; 1 hour
-gpos01                 GPOS    "-22.6882" "116.8652" "250.0"
-gpos02                 GPOS    "" "" ""
-hinfo01                        HINFO   "Generic PC clone" "NetBSD-1.4"
-hinfo02                        HINFO   "PC" "NetBSD"
-isdn01                 ISDN    "isdn-address"
-isdn02                 ISDN    "isdn-address" "subaddress"
-isdn03                 ISDN    "isdn-address"
-isdn04                 ISDN    "isdn-address" "subaddress"
-key01                  KEY     512 255 1 (
-                               AQMFD5raczCJHViKtLYhWGz8hMY9UGRuniJDBzC7w0aR
-                               yzWZriO6i2odGWWQVucZqKVsENW91IOW4vqudngPZsY3
-                               GvQ/xVA8/7pyFj6b7Esga60zyGW6LFe9r8n6paHrlG5o
-                               jqf0BaqHT+8= )
-kx01                   KX      10 kdc
-kx02                   KX      10 .
-loc01                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-loc02                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-mb01                   MG      madname
-mb02                   MG      .
-mg01                   MG      mgmname
-mg02                   MG      .
-minfo01                        MINFO   rmailbx emailbx
-minfo02                        MINFO   . .
-mr01                   MR      mrname
-mr02                   MR      .
-mx01                   MX      10 mail
-mx02                   MX      10 .
-naptr01                        NAPTR   0 0 "" "" "" .
-naptr02                        NAPTR   65535 65535 "blurgh" "blorf" "blllbb" foo.
-nsap-ptr01             NSAP-PTR foo.
-                       NSAP-PTR .
-nsap01                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nsap02                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nxt01                  NXT     a.secure ( NS SOA MX SIG KEY LOC NXT )
-nxt02                  NXT     . ( NSAP-PTR NXT )
-nxt03                  NXT     . ( A )
-nxt04                  NXT     . ( 127 )
-ptr01                  PTR     example.
-px01                   PX      65535 foo. bar.
-px02                   PX      65535 . .
-rp01                   RP      mbox-dname txt-dname
-rp02                   RP      . .
-rt01                   RT      0 intermediate-host
-rt02                   RT      65535 .
-$TTL 300       ; 5 minutes
-s                      NS      ns.s
-$ORIGIN s.example.
-ns                     A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-sig01                  SIG     NXT 1 3 3600 20000102030405 (
-                               19961211100908 2143 foo
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-srv01                  SRV     0 0 0 .
-srv02                  SRV     65535 65535 65535 old-slow-box.example.com.
-$TTL 301       ; 5 minutes 1 second
-t                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-txt01                  TXT     "foo"
-txt02                  TXT     "foo" "bar"
-txt03                  TXT     "foo"
-txt04                  TXT     "foo" "bar"
-txt05                  TXT     "foo bar"
-txt06                  TXT     "foo bar"
-txt07                  TXT     "foo bar"
-txt08                  TXT     "foo\010bar"
-txt09                  TXT     "foo\010bar"
-txt10                  TXT     "foo bar"
-txt11                  TXT     "\"foo\""
-txt12                  TXT     "\"foo\""
-$TTL 300       ; 5 minutes
-u                      TXT     "txt-not-in-nxt"
-$ORIGIN u.example.
-a                      A       73.80.65.49
-b                      A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-wks01                  WKS     10.0.0.1 6 ( 0 1 2 21 23 )
-wks02                  WKS     10.0.0.1 17 ( 0 1 2 53 )
-wks03                  WKS     10.0.0.2 6 ( 65535 )
-x2501                  X25     "123456789"
diff --git a/bin/tests/system/relay/ns2/example3.db b/bin/tests/system/relay/ns2/example3.db
deleted file mode 100644 (file)
index c315a16..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-; Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
-;
-; Permission to use, copy, modify, and/or distribute this software for any
-; purpose with or without fee is hereby granted, provided that the above
-; copyright notice and this permission notice appear in all copies.
-;
-; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-; PERFORMANCE OF THIS SOFTWARE.
-
-; $Id: example3.db,v 1.9 2009/01/21 23:47:27 tbox Exp $
-
-$ORIGIN .
-$TTL 300       ; 5 minutes
-example                        IN SOA  mname1. . (
-                               3          ; serial
-                               300        ; refresh (300 seconds)
-                               300        ; retry (300 seconds)
-                               1814400    ; expire (3 weeks)
-                               3600       ; minimum (1 hour)
-                               )
-example.               NS      ns2.example.
-ns2.example.           A       10.53.0.2
-example.               NS      ns4.example.
-ns4.example.           A       10.53.0.4
-
-$ORIGIN example.
-a                      A       10.0.0.3
-$TTL 3600      ; 1 hour
-a01                    A       0.0.0.0
-a02                    A       255.255.255.255
-a601                   AAAA    ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
-afsdb01                        AFSDB   0 hostname
-afsdb02                        AFSDB   65535 .
-$TTL 300       ; 5 minutes
-b                      CNAME   foo.net.
-c                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-cert01                 CERT    65534 65535 PRIVATEOID (
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-cname01                        CNAME   cname-target.
-cname02                        CNAME   cname-target
-cname03                        CNAME   .
-$TTL 300       ; 5 minutes
-d                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-dname01                        DNAME   dname-target.
-dname02                        DNAME   dname-target
-dname03                        DNAME   .
-$TTL 300       ; 5 minutes
-e                      MX      10 mail
-                       TXT     "one"
-                       TXT     "three"
-                       TXT     "two"
-                       A       73.80.65.49
-                       A       73.80.65.50
-                       A       73.80.65.52
-                       A       73.80.65.51
-f                      A       73.80.65.52
-$TTL 3600      ; 1 hour
-gpos01                 GPOS    "-22.6882" "116.8652" "250.0"
-gpos02                 GPOS    "" "" ""
-hinfo01                        HINFO   "Generic PC clone" "NetBSD-1.4"
-hinfo02                        HINFO   "PC" "NetBSD"
-isdn01                 ISDN    "isdn-address"
-isdn02                 ISDN    "isdn-address" "subaddress"
-isdn03                 ISDN    "isdn-address"
-isdn04                 ISDN    "isdn-address" "subaddress"
-key01                  KEY     512 255 1 (
-                               AQMFD5raczCJHViKtLYhWGz8hMY9UGRuniJDBzC7w0aR
-                               yzWZriO6i2odGWWQVucZqKVsENW91IOW4vqudngPZsY3
-                               GvQ/xVA8/7pyFj6b7Esga60zyGW6LFe9r8n6paHrlG5o
-                               jqf0BaqHT+8= )
-kx01                   KX      10 kdc
-kx02                   KX      10 .
-loc01                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-loc02                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-mb01                   MG      madname
-mb02                   MG      .
-mg01                   MG      mgmname
-mg02                   MG      .
-minfo01                        MINFO   rmailbx emailbx
-minfo02                        MINFO   . .
-mr01                   MR      mrname
-mr02                   MR      .
-mx01                   MX      10 mail
-mx02                   MX      10 .
-naptr01                        NAPTR   0 0 "" "" "" .
-naptr02                        NAPTR   65535 65535 "blurgh" "blorf" "blllbb" foo.
-nsap-ptr01             NSAP-PTR foo.
-                       NSAP-PTR .
-nsap01                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nsap02                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nxt01                  NXT     a.secure ( NS SOA MX SIG KEY LOC NXT )
-nxt02                  NXT     . ( NSAP-PTR NXT )
-nxt03                  NXT     . ( A )
-nxt04                  NXT     . ( 127 )
-ptr01                  PTR     example.
-px01                   PX      65535 foo. bar.
-px02                   PX      65535 . .
-rp01                   RP      mbox-dname txt-dname
-rp02                   RP      . .
-rt01                   RT      0 intermediate-host
-rt02                   RT      65535 .
-$TTL 300       ; 5 minutes
-s                      NS      ns.s
-$ORIGIN s.example.
-ns                     A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-sig01                  SIG     NXT 1 3 3600 20000102030405 (
-                               19961211100908 2143 foo
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-srv01                  SRV     0 0 0 .
-srv02                  SRV     65535 65535 65535 old-slow-box.example.com.
-$TTL 301       ; 5 minutes 1 second
-t                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-txt01                  TXT     "foo"
-txt02                  TXT     "foo" "bar"
-txt03                  TXT     "foo"
-txt04                  TXT     "foo" "bar"
-txt05                  TXT     "foo bar"
-txt06                  TXT     "foo bar"
-txt07                  TXT     "foo bar"
-txt08                  TXT     "foo\010bar"
-txt09                  TXT     "foo\010bar"
-txt10                  TXT     "foo bar"
-txt11                  TXT     "\"foo\""
-txt12                  TXT     "\"foo\""
-$TTL 300       ; 5 minutes
-u                      TXT     "txt-not-in-nxt"
-$ORIGIN u.example.
-a                      A       73.80.65.49
-b                      A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-wks01                  WKS     10.0.0.1 6 ( 0 1 2 21 23 )
-wks02                  WKS     10.0.0.1 17 ( 0 1 2 53 )
-wks03                  WKS     10.0.0.2 6 ( 65535 )
-x2501                  X25     "123456789"
diff --git a/bin/tests/system/relay/ns2/example4.db b/bin/tests/system/relay/ns2/example4.db
deleted file mode 100644 (file)
index 5df82ec..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-; Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
-;
-; Permission to use, copy, modify, and/or distribute this software for any
-; purpose with or without fee is hereby granted, provided that the above
-; copyright notice and this permission notice appear in all copies.
-;
-; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-; PERFORMANCE OF THIS SOFTWARE.
-
-; $Id: example4.db,v 1.9 2009/01/21 23:47:27 tbox Exp $
-
-$ORIGIN .
-$TTL 300       ; 5 minutes
-example                        IN SOA  mname1. . (
-                               4          ; serial
-                               300        ; refresh (300 seconds)
-                               300        ; retry (300 seconds)
-                               1814400    ; expire (3 weeks)
-                               3600       ; minimum (1 hour)
-                               )
-example.               NS      ns2.example.
-ns2.example.           A       10.53.0.2
-example.               NS      ns4.example.
-ns4.example.           A       10.53.0.4
-
-$ORIGIN example.
-a                      A       10.0.0.4
-$TTL 3600      ; 1 hour
-a01                    A       0.0.0.0
-a02                    A       255.255.255.255
-a601                   AAAA    ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
-afsdb01                        AFSDB   0 hostname
-afsdb02                        AFSDB   65535 .
-$TTL 300       ; 5 minutes
-b                      CNAME   foo.net.
-c                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-cert01                 CERT    65534 65535 PRIVATEOID (
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-cname01                        CNAME   cname-target.
-cname02                        CNAME   cname-target
-cname03                        CNAME   .
-$TTL 300       ; 5 minutes
-d                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-dname01                        DNAME   dname-target.
-dname02                        DNAME   dname-target
-dname03                        DNAME   .
-$TTL 300       ; 5 minutes
-e                      MX      10 mail
-                       TXT     "one"
-                       TXT     "three"
-                       TXT     "two"
-                       A       73.80.65.49
-                       A       73.80.65.50
-                       A       73.80.65.52
-                       A       73.80.65.51
-f                      A       73.80.65.52
-$TTL 3600      ; 1 hour
-gpos01                 GPOS    "-22.6882" "116.8652" "250.0"
-gpos02                 GPOS    "" "" ""
-hinfo01                        HINFO   "Generic PC clone" "NetBSD-1.4"
-hinfo02                        HINFO   "PC" "NetBSD"
-isdn01                 ISDN    "isdn-address"
-isdn02                 ISDN    "isdn-address" "subaddress"
-isdn03                 ISDN    "isdn-address"
-isdn04                 ISDN    "isdn-address" "subaddress"
-key01                  KEY     512 255 1 (
-                               AQMFD5raczCJHViKtLYhWGz8hMY9UGRuniJDBzC7w0aR
-                               yzWZriO6i2odGWWQVucZqKVsENW91IOW4vqudngPZsY3
-                               GvQ/xVA8/7pyFj6b7Esga60zyGW6LFe9r8n6paHrlG5o
-                               jqf0BaqHT+8= )
-kx01                   KX      10 kdc
-kx02                   KX      10 .
-loc01                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-loc02                  LOC     60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m
-mb01                   MG      madname
-mb02                   MG      .
-mg01                   MG      mgmname
-mg02                   MG      .
-minfo01                        MINFO   rmailbx emailbx
-minfo02                        MINFO   . .
-mr01                   MR      mrname
-mr02                   MR      .
-mx01                   MX      10 mail
-mx02                   MX      10 .
-naptr01                        NAPTR   0 0 "" "" "" .
-naptr02                        NAPTR   65535 65535 "blurgh" "blorf" "blllbb" foo.
-nsap-ptr01             NSAP-PTR foo.
-                       NSAP-PTR .
-nsap01                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nsap02                 NSAP    0x47000580005a0000000001e133ffffff00016100
-nxt01                  NXT     a.secure ( NS SOA MX SIG KEY LOC NXT )
-nxt02                  NXT     . ( NSAP-PTR NXT )
-nxt03                  NXT     . ( A )
-nxt04                  NXT     . ( 127 )
-ptr01                  PTR     example.
-px01                   PX      65535 foo. bar.
-px02                   PX      65535 . .
-rp01                   RP      mbox-dname txt-dname
-rp02                   RP      . .
-rt01                   RT      0 intermediate-host
-rt02                   RT      65535 .
-$TTL 300       ; 5 minutes
-s                      NS      ns.s
-$ORIGIN s.example.
-ns                     A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-sig01                  SIG     NXT 1 3 3600 20000102030405 (
-                               19961211100908 2143 foo
-                               MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45IkskceFGgi
-                               WCn/GxHhai6VAuHAoNUz4YoU1tVfSCSqQYn6//11U6Nl
-                               d80jEeC8aTrO+KKmCaY= )
-srv01                  SRV     0 0 0 .
-srv02                  SRV     65535 65535 65535 old-slow-box.example.com.
-$TTL 301       ; 5 minutes 1 second
-t                      A       73.80.65.49
-$TTL 3600      ; 1 hour
-txt01                  TXT     "foo"
-txt02                  TXT     "foo" "bar"
-txt03                  TXT     "foo"
-txt04                  TXT     "foo" "bar"
-txt05                  TXT     "foo bar"
-txt06                  TXT     "foo bar"
-txt07                  TXT     "foo bar"
-txt08                  TXT     "foo\010bar"
-txt09                  TXT     "foo\010bar"
-txt10                  TXT     "foo bar"
-txt11                  TXT     "\"foo\""
-txt12                  TXT     "\"foo\""
-$TTL 300       ; 5 minutes
-u                      TXT     "txt-not-in-nxt"
-$ORIGIN u.example.
-a                      A       73.80.65.49
-b                      A       73.80.65.49
-$ORIGIN example.
-$TTL 3600      ; 1 hour
-wks01                  WKS     10.0.0.1 6 ( 0 1 2 21 23 )
-wks02                  WKS     10.0.0.1 17 ( 0 1 2 53 )
-wks03                  WKS     10.0.0.2 6 ( 65535 )
-x2501                  X25     "123456789"
diff --git a/bin/tests/system/relay/ns2/named.conf b/bin/tests/system/relay/ns2/named.conf
deleted file mode 100644 (file)
index e1ff553..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: named.conf,v 1.10 2007/06/19 23:47:04 tbox Exp $ */
-
-controls { /* empty */ };
-
-options {
-       query-source address 10.53.0.2;
-       notify-source 10.53.0.2;
-       transfer-source 10.53.0.2;
-       port 5300;
-       pid-file "named.pid";
-       listen-on { 10.53.0.2; };
-       listen-on-v6 { none; };
-       recursion no;
-       notify yes;
-};
-
-zone "." {
-       type hint;
-       file "../../common/root.hint";
-};
-
-zone "example" {
-       type master;
-       file "example.db";
-       allow-update { any; };
-};
diff --git a/bin/tests/system/relay/ns3/named.conf b/bin/tests/system/relay/ns3/named.conf
deleted file mode 100644 (file)
index 83928f8..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: named.conf,v 1.13 2007/06/18 23:47:30 tbox Exp $ */
-
-controls { /* empty */ };
-
-options {
-       query-source address 10.53.0.3;
-       notify-source 10.53.0.3;
-       transfer-source 10.53.0.3;
-       port 5300;
-       pid-file "named.pid";
-       listen-on { 10.53.0.3; };
-       listen-on-v6 { none; };
-       recursion yes;
-       acache-enable yes;
-       notify yes;
-};
-
-zone "." {
-       type hint;
-       file "../../common/root.hint";
-};
-
-zone "example" {
-       type slave;
-       allow-notify { any; };
-       masters { 10.53.0.2; };
-       file "example.bk";
-};
-
-
diff --git a/bin/tests/system/relay/ns4/named.conf b/bin/tests/system/relay/ns4/named.conf
deleted file mode 100644 (file)
index 3a54df8..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: named.conf,v 1.13 2007/06/18 23:47:30 tbox Exp $ */
-
-controls { /* empty */ };
-
-options {
-       query-source address 10.53.0.4;
-       notify-source 10.53.0.4;
-       transfer-source 10.53.0.4;
-       port 5300;
-       pid-file "named.pid";
-       listen-on { 10.53.0.4; };
-       listen-on-v6 { none; };
-       recursion yes;
-       acache-enable yes;
-       notify yes;
-};
-
-zone "." {
-       type hint;
-       file "../../common/root.hint";
-};
-
-zone "example" {
-       type slave;
-       allow-notify { any; };
-       notify-forward yes;
-       masters { 10.53.0.3; };
-       file "example.bk";
-};
diff --git a/bin/tests/system/relay/setup.sh b/bin/tests/system/relay/setup.sh
deleted file mode 100644 (file)
index 6ea5452..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-
-# $Id: setup.sh,v 1.6 2007/06/19 23:47:04 tbox Exp $
-
-cp -f ns2/example1.db ns2/example.db
diff --git a/bin/tests/system/relay/tests.sh b/bin/tests/system/relay/tests.sh
deleted file mode 100644 (file)
index d36c9eb..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-
-# $Id: tests.sh,v 1.7 2007/06/19 23:47:04 tbox Exp $
-
-SYSTEMTESTTOP=..
-. $SYSTEMTESTTOP/conf.sh
-
-status=0
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.2 a -p 5300 > dig.out.ns2 || status=1
-grep ";" dig.out.ns2
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.3 a -p 5300 > dig.out.ns3 || status=1
-grep ";" dig.out.ns3
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.4 a -p 5300 > dig.out.ns4 || status=1
-grep ";" dig.out.ns4
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3 || status=1
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns4 || status=1
-
-rm -f ns2/example.db
-cp -f ns2/example2.db ns2/example.db
-sleep 6
-kill -HUP `cat ns2/named.pid`
-sleep 60
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.2 a -p 5300 > dig.out.ns2 || status=1
-grep ";" dig.out.ns2
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.3 a -p 5300 > dig.out.ns3 || status=1
-grep ";" dig.out.ns3
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.4 a -p 5300 > dig.out.ns4 || status=1
-grep ";" dig.out.ns4
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3 || status=1
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns4 || status=1
-
-echo "I:exit status: $status"
-exit $status
-
-kill -TERM `cat ns3/named.pid` > /dev/null 2>&1
-if [ $? != 0 ]; then
-       echo "I:ns3 died before a SIGTERM was sent"
-       status=1
-       rm -f ns3/named.pid
-fi
-rm -f ns2/example.db
-cp -f ns2/example3.db ns2/example.db
-sleep 6
-
-if [ -f ns3/named.pid ]; then
-       echo "I:ns3 didn't die when sent a SIGTERM"
-       kill -KILL `cat ns3/named.pid` > /dev/null 2>&1
-       if [ $? != 0 ]; then
-               echo "I:ns3 died before a SIGKILL was sent"
-               status=1
-               rm -f ns3/named.pid
-       fi
-       status=1
-fi
-
-kill -HUP `cat ns2/named.pid`
-(cd ns3 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
-sleep 60
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.2 a -p 5300 > dig.out.ns2 || status=1
-grep ";" dig.out.ns2
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.3 a -p 5300 > dig.out.ns3 || status=1
-grep ";" dig.out.ns3
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3 || status=1
-
-rm -f ns2/example.db
-kill -TERM `cat ns2/named.pid` > /dev/null 2>&1
-if [ $? != 0 ]; then
-       echo "I:ns2 died before a SIGTERM was sent"
-       status=1
-       rm -f ns2/named.pid
-fi
-sleep 6
-
-if [ -f ns2/named.pid ]; then
-       echo "I:ns2 didn't die when sent a SIGTERM"
-       kill -KILL `cat ns2/named.pid` > /dev/null 2>&1
-       if [ $? != 0 ]; then
-               echo "I:ns2 died before a SIGKILL was sent"
-               status=1
-               rm -f ns2/named.pid
-       fi
-       status=1
-fi
-
-cp -f ns2/example4.db ns2/example.db
-sleep 6
-(cd ns2 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
-sleep 60
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.2 a -p 5300 > dig.out.ns2 || status=1
-grep ";" dig.out.ns2
-
-$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
-       @10.53.0.3 a -p 5300 > dig.out.ns3 || status=1
-grep ";" dig.out.ns3
-
-$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3 || status=1
-
-echo "I:exit status: $status"
-exit $status