bind9/bin/tests/system
Andreas Gustafsson 05a2fea90c Added regression test for RT #482. As the bug is not yet fixed,
the test will currently fail.
2000-11-20 20:57:11 +00:00
..
dnssec fixed copyright URL 2000-08-15 22:35:10 +00:00
glue removed a.root-servers.nil A record as out of zone for .mil 2000-07-08 16:29:47 +00:00
limits This commit was manufactured by cvs2git to create branch 'v9_0'. 2000-07-10 22:04:09 +00:00
lwresd pullup: 2000-08-02 21:01:44 +00:00
notify pullup: 2000-07-12 18:02:32 +00:00
nsupdate Added regression test for RT #482. As the bug is not yet fixed, 2000-11-20 20:57:11 +00:00
stub This commit was manufactured by cvs2git to create branch 'v9_0'. 2000-07-10 22:04:09 +00:00
views use rndc instead of kill to reload the servers ... with the added benefit 2000-07-10 11:39:51 +00:00
xfer pulled up the newest system tests 2000-07-10 04:52:11 +00:00
xferquota pullup: 2000-07-12 00:51:35 +00:00
.cvsignore ignore conf.sh 2000-06-19 19:15:25 +00:00
cleanall.sh pulled up the newest system tests 2000-07-10 04:52:11 +00:00
conf.sh.in export RNDC 2000-07-10 17:01:15 +00:00
digcomp.pl pulled up the newest system tests 2000-07-10 04:52:11 +00:00
ifconfig.sh pulled up the newest system tests 2000-07-10 04:52:11 +00:00
Makefile.in pulled up the newest system tests 2000-07-10 04:52:11 +00:00
README minor editing 2000-06-16 19:51:34 +00:00
run.sh pulled up the newest system tests 2000-07-10 04:52:11 +00:00
runall.sh added script for running all system tests in sequence 2000-07-06 19:32:37 +00:00
setup.sh add RCS id string 2000-06-22 22:00:42 +00:00
start.sh fix broken shell code 2000-07-10 23:04:45 +00:00
stop.sh pullup: 2000-07-12 18:02:32 +00:00
testsock.pl pulled up the newest system tests 2000-07-10 04:52:11 +00:00

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:

  xfer/		Zone transfer, update, and NOTIFY tests
  notify/	More NOTIFY tests
  xferquota/	Zone transfer quota tests
  dnssec/	DNSSEC 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 start".

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.6 2000/06/16 19:51:34 gson Exp $