updated with new tests

This commit is contained in:
Andreas Gustafsson
2000-09-19 00:40:14 +00:00
parent 7a3d7cb6ce
commit dd97704766

View File

@@ -5,10 +5,20 @@ 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
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 tests
resolver/ Regression tests for resolver bugs that have been fixed
(not a complete resolver test suite)
stub/ Tests of stub zone functionality
upforwd/ Update forwarding tests
views/ Tests of the "views" statement
xfer/ Zone transfer, update, and NOTIFY 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,
@@ -37,4 +47,4 @@ The tests can be run individually like this:
To run all the tests, just type "make test".
$Id: README,v 1.6 2000/06/16 19:51:34 gson Exp $
$Id: README,v 1.7 2000/09/19 00:40:14 gson Exp $