bind9/bin/tests/system
2010-05-26 07:00:37 +00:00
..
acl improve cleanup and add named.run to .cvsignore files 2009-12-06 03:04:39 +00:00
autosign 2902. [func] Add regression test for change 2897. [RT #21040] 2010-05-19 07:45:38 +00:00
cacheclean
checkconf
checknames improve cleanup and add named.run to .cvsignore files 2009-12-06 03:04:39 +00:00
common
dialup
dlv call sign.sh robustly 2010-05-26 07:00:37 +00:00
dnssec update copyright notice 2010-01-18 23:48:40 +00:00
forward
glue update copyright notice 2009-01-30 23:47:50 +00:00
ixfr
limits
lwresd 2805. [bug] Fixed namespace problems encountered when building 2009-12-05 23:31:41 +00:00
masterfile
masterformat improve cleanup and add named.run to .cvsignore files 2009-12-06 03:04:39 +00:00
metadata adapted to the special needs of solaris's really old awk 2009-12-02 17:54:45 +00:00
notify
nsupdate 2800. [func] Reject zones which have NS records which refer to 2009-12-04 03:33:15 +00:00
pending update copyright notice 2010-01-18 23:48:40 +00:00
relay
resolver update copyright notice 2010-05-19 09:33:50 +00:00
rrsetorder
smartsign handle revoke changes 2010-05-06 11:28:20 +00:00
sortlist update copyright notice 2009-12-06 23:48:29 +00:00
stress
stub
tkey 2805. [bug] Fixed namespace problems encountered when building 2009-12-05 23:31:41 +00:00
tsig
unknown
upforwd
v6synth
views
xfer 2565. [func] Add support for HIP record. Includes new functions 2009-02-26 06:09:19 +00:00
xferquota
zonechecks update copyright notice 2009-12-04 22:06:37 +00:00
.cvsignore
cleanall.sh
conf.sh.in 2904. [bug] When using DLV, sub-zones of the zones in the DLV, 2010-05-26 06:28:00 +00:00
digcomp.pl
genzone.sh 2565. [func] Add support for HIP record. Includes new functions 2009-02-26 06:09:19 +00:00
ifconfig.sh update copyright notice 2009-06-26 23:47:58 +00:00
Makefile.in
README
run.sh
runall.sh update copyright notice 2010-03-04 23:50:34 +00:00
send.pl
setup.sh
start.pl
start.sh
stop.pl
stop.sh
testsock.pl

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.

This is a simple test environment for running bind9 system tests
involving multiple name servers.

There are multiple test suites, each in a separate subdirectory and
involving a different DNS setup.  They are:

  dnssec/	DNSSEC tests
  forward/	Forwarding tests
  glue/		Glue handling tests
  limits/	Tests of handling of large data (close to server limits)
  lwresd/	Tests of the lightweight resolver library and daemon
  notify/	More NOTIFY tests
  nsupdate/	Dynamic update and IXFR tests
  resolver/     Regression tests for resolver bugs that have been fixed
		(not a complete resolver test suite)
  stub/		Tests of stub zone functionality
  unknown/	Unknown type and class tests
  upforwd/	Update forwarding tests
  views/	Tests of the "views" statement
  xfer/		Zone transfer tests
  xferquota/	Zone transfer quota tests

Typically each test suite sets up 2-5 name servers and then performs
one or more tests against them.  Within the test suite subdirectory,
each name server has a separate subdirectory containing its
configuration data.  By convention, these subdirectories are named
"ns1", "ns2", etc.

The tests are completely self-contained and do not require access to
the real DNS.  Generally, one of the test servers (ns1) is set up as a
root name server and is listed in the hints file of the others.

To enable all servers to run on the same machine, they bind to
separate virtual IP address on the loopback interface.  ns1 runs on
10.53.0.1, ns2 on 10.53.0.2, etc.  Before running any tests, you must
set up these addresses by running "ifconfig.sh up" as root.

The servers use port 5300 instead of the usual port 53, so they can be
run without root privileges once the interfaces have been set up.

The tests can be run individually like this:

  sh run.sh xfer
  sh run.sh notify
  etc.

To run all the tests, just type "make test".


$Id: README,v 1.12 2004/03/05 04:59:12 marka Exp $