]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add files omitted from coverage test
authorEvan Hunt <each@isc.org>
Wed, 26 Feb 2014 16:54:21 +0000 (08:54 -0800)
committerEvan Hunt <each@isc.org>
Wed, 26 Feb 2014 16:54:21 +0000 (08:54 -0800)
bin/tests/system/coverage/09-check-zsk/README [new file with mode: 0644]
bin/tests/system/coverage/09-check-zsk/expect [new file with mode: 0644]
bin/tests/system/coverage/10-check-ksk/README [new file with mode: 0644]
bin/tests/system/coverage/10-check-ksk/expect [new file with mode: 0644]
bin/tests/system/coverage/11-cutoff/README [new file with mode: 0644]
bin/tests/system/coverage/11-cutoff/expect [new file with mode: 0644]

diff --git a/bin/tests/system/coverage/09-check-zsk/README b/bin/tests/system/coverage/09-check-zsk/README
new file mode 100644 (file)
index 0000000..bc5edc8
--- /dev/null
@@ -0,0 +1,6 @@
+This set includes one KSK rollover.  The KSK is deactivated prior to
+its replacement being activated; however, as we are only checking ZSK's,
+we should not detect the error.  Tool output should resemble:
+
+Checking ZSK events for zone example.com, algorithm 7:
+OK
diff --git a/bin/tests/system/coverage/09-check-zsk/expect b/bin/tests/system/coverage/09-check-zsk/expect
new file mode 100644 (file)
index 0000000..d56c4bf
--- /dev/null
@@ -0,0 +1,6 @@
+args="-z -d 1h -m 2h"
+warn=0
+error=0
+ok=1
+retcode=0
+match=""
diff --git a/bin/tests/system/coverage/10-check-ksk/README b/bin/tests/system/coverage/10-check-ksk/README
new file mode 100644 (file)
index 0000000..948364d
--- /dev/null
@@ -0,0 +1,7 @@
+This set includes one ZSK rollover.  The first ZSK is deactivated
+prior to its replacement being activated; however, as we are only
+checking KSKs, we should not detect the error.  Tool output should
+resemble:
+
+Checking KSK events for zone example.com, algorithm 7:
+OK
diff --git a/bin/tests/system/coverage/10-check-ksk/expect b/bin/tests/system/coverage/10-check-ksk/expect
new file mode 100644 (file)
index 0000000..a03d2aa
--- /dev/null
@@ -0,0 +1,6 @@
+args="-k -d 1h -m 2h"
+warn=0
+error=0
+ok=1
+retcode=0
+match=""
diff --git a/bin/tests/system/coverage/11-cutoff/README b/bin/tests/system/coverage/11-cutoff/README
new file mode 100644 (file)
index 0000000..8102593
--- /dev/null
@@ -0,0 +1,10 @@
+This set includes one KSK rollover.  The KSK is deactivated prior to
+its replacement being activated.  Tool output should resemble:
+
+Checking KSK events for zone example.com, algorithm 7:
+ERROR: After 2012-31-Jul (20:59:14):
+    Inactive: example.com/007/45435 (KSK)
+No KSK's are active
+
+Checking ZSK events for zone example.com, algorithm 7:
+OK
diff --git a/bin/tests/system/coverage/11-cutoff/expect b/bin/tests/system/coverage/11-cutoff/expect
new file mode 100644 (file)
index 0000000..bdf29d0
--- /dev/null
@@ -0,0 +1,6 @@
+args="-l 1y -d 1h -m 2h"
+warn=0
+error=0
+ok=2
+retcode=0
+match=""