• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Apr-201475

acl/H24-Apr-20146

addzone/H24-Apr-20146

allow_query/H24-Apr-20146

ans.plH A D12-Jul-201212.1 KiB

autosign/H24-Apr-201411

builtin/H24-Apr-20144

cacheclean/H24-Apr-20148

checkconf/H24-Apr-20149

checknames/H24-Apr-20148

checkzone/H24-Apr-20145

cleanall.shH A D12-Jul-20121.3 KiB

cleanpkcs11.shH A D12-Jul-2012943

common/H24-Apr-20146

conf.sh.inH A D12-Jul-20122.9 KiB

database/H24-Apr-20146

dialup/H24-Apr-20147

digcomp.plH A D12-Jul-20122.7 KiB

dlv/H24-Apr-201411

dlvauto/H24-Apr-20147

dlz/H24-Apr-20146

dlzexternal/H24-Apr-201411

dname/H24-Apr-20147

dns64/H24-Apr-20148

dnssec/H24-Apr-201416

filter-aaaa/H24-Apr-201413

forward/H24-Apr-20149

genzone.shH A D12-Jul-20126.3 KiB

glue/H24-Apr-201410

gost/H24-Apr-20148

ifconfig.shH A D12-Jul-20125.6 KiB

ixfr/H24-Apr-20148

limits/H24-Apr-201410

logfileconfig/H24-Apr-20146

lwresd/H24-Apr-20149

Makefile.inH A D12-Jul-20121.4 KiB

masterfile/H24-Apr-20147

masterformat/H24-Apr-20147

metadata/H24-Apr-20148

notify/H24-Apr-20148

nsupdate/H24-Apr-201412

org.isc.bind.systemH A D12-Jul-2012976

org.isc.bind.system.plistH A D01-Feb-2012425

packet.plH A D12-Jul-20122.9 KiB

pending/H24-Apr-201410

pkcs11/H24-Apr-20148

READMEH A D12-Jul-20122.3 KiB

resolver/H24-Apr-201413

rpz/H24-Apr-201416

rrsetorder/H24-Apr-201432

run.shH A D12-Jul-20122.7 KiB

runall.shH A D12-Jul-20121.6 KiB

send.plH A D12-Jul-20121.3 KiB

setup.shH A D12-Jul-20121.2 KiB

smartsign/H24-Apr-20148

sortlist/H24-Apr-20145

start.plH A D12-Jul-20127 KiB

start.shH A D12-Jul-2012935

staticstub/H24-Apr-201411

stop.plH A D12-Jul-20124.2 KiB

stop.shH A D12-Jul-2012936

stress/H24-Apr-201411

stub/H24-Apr-20149

testsock.plH A D12-Jul-20121.5 KiB

testsock6.plH A D12-Jul-20122.4 KiB

tkey/H24-Apr-201410

tsig/H24-Apr-20145

tsiggss/H24-Apr-201410

unknown/H24-Apr-20148

upforwd/H24-Apr-201414

v6synth/H24-Apr-20147

views/H24-Apr-20148

xfer/H24-Apr-201415

xferquota/H24-Apr-20148

zonechecks/H24-Apr-201410

README

1Copyright (C) 2004, 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
2Copyright (C) 2000, 2001  Internet Software Consortium.
3See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
4
5This is a simple test environment for running bind9 system tests
6involving multiple name servers.
7
8There are multiple test suites, each in a separate subdirectory and
9involving a different DNS setup.  They are:
10
11  dnssec/	DNSSEC tests
12  forward/	Forwarding tests
13  glue/		Glue handling tests
14  limits/	Tests of handling of large data (close to server limits)
15  lwresd/	Tests of the lightweight resolver library and daemon
16  notify/	More NOTIFY tests
17  nsupdate/	Dynamic update and IXFR tests
18  resolver/     Regression tests for resolver bugs that have been fixed
19		(not a complete resolver test suite)
20  rpz/		Tests of response policy zone (RPZ) rewriting
21  stub/		Tests of stub zone functionality
22  unknown/	Unknown type and class tests
23  upforwd/	Update forwarding tests
24  views/	Tests of the "views" statement
25  xfer/		Zone transfer tests
26  xferquota/	Zone transfer quota tests
27
28Typically each test suite sets up 2-5 name servers and then performs
29one or more tests against them.  Within the test suite subdirectory,
30each name server has a separate subdirectory containing its
31configuration data.  By convention, these subdirectories are named
32"ns1", "ns2", etc.
33
34The tests are completely self-contained and do not require access to
35the real DNS.  Generally, one of the test servers (ns1) is set up as a
36root name server and is listed in the hints file of the others.
37
38To enable all servers to run on the same machine, they bind to
39separate virtual IP address on the loopback interface.  ns1 runs on
4010.53.0.1, ns2 on 10.53.0.2, etc.  Before running any tests, you must
41set up these addresses by running "ifconfig.sh up" as root.
42
43Mac OS X:
44If you wish to make the interfaces survive across reboots
45copy org.isc.bind.system and org.isc.bind.system to
46/Library/LaunchDaemons then run
47"launchctl load /Library/LaunchDaemons/org.isc.bind.system.plist" as
48root.
49
50The servers use port 5300 instead of the usual port 53, so they can be
51run without root privileges once the interfaces have been set up.
52
53The tests can be run individually like this:
54
55  sh run.sh xfer
56  sh run.sh notify
57  etc.
58
59To run all the tests, just type "make test".
60
61$Id: README,v 1.16 2011/01/13 04:59:24 tbox Exp $
62