File: README

package info (click to toggle)
dnssec-tools 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,064 kB
  • sloc: perl: 44,399; ansic: 31,547; cpp: 21,306; sh: 15,813; xml: 2,113; makefile: 1,390; pascal: 836; python: 290; csh: 11
file content (74 lines) | stat: -rw-r--r-- 2,104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Copyright 2004-2012 SPARTA, Inc.  All rights reserved.
# See the COPYING file included with the DNSSEC-Tools package for details.


			     DNSSEC-Tools
			Is your domain secure?


This directory contains a number of tests for the DNSSEC-Tools utilities.
These tests are run by the make command, passing the targets listed
below.  Both verbose and (relatively) quiet tests are available.

The following utilities are tested:  zonesigner, donuts, donutsd, trustman,
and rollerd.  There are also tests for trustman/rollerd interaction.


Running the Tests

	Typing "make" will run the complete suite of tests.

	In order to run a subset of tests, run "make" with test appropriate
	target.  For example, "make rollerd" will run the rollerd tests.

	Given the large volume of extra output provided by the verbose tests,
	it is probably better to start with the quiet tests and only use the
	verbose tests if a problem was found.  For example, run "make donuts"
	to run the donuts tests; follow that with "make donutsv" if any of
	the tests have problems.

    For the testman tests, validator configuration information is read
    from the $dnssec-tools/validator/etc/dnsval.conf file. The 
    rec-fallback global policy in this file MUST be set to 'no' for the 
    trustman tests to succeed:
        global-options
          ... 
          rec-fallback no
        ; 

Test Targets

	The available test targets are:

		all			Run all tests in quiet mode.  (default)

		verbose			Run all tests in verbose mode.

		zonesigner		Run zonesigner tests quietly.

		zonesignerv		Run verbose zonesigner tests.

		donuts			Run donuts tests quietly.

		donutsv			Run verbose donuts tests.

		donutsd			Run donutsd tests quietly.

		donutsdv		Run verbose donutsd tests.

		trustman		Run trustman tests quietly.

		trustmanv		Run verbose trustman tests.

		rollerd			Run rollerd tests quietly.

		rollerdv		Run verbose rollerd tests.

		trustman-rollerd	Run trustman/rollerd interaction tests
					quietly.

		trustman-rollerdv	Run verbose trustman/rollerd interaction
					tests.

		clean			Clean up all test files.