Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
061f61dd
Commit
061f61dd
authored
Feb 26, 2014
by
Evan Hunt
Browse files
[master] add files omitted from coverage test
parent
3a01ded1
Changes
6
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/coverage/09-check-zsk/README
0 → 100644
View file @
061f61dd
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
bin/tests/system/coverage/09-check-zsk/expect
0 → 100644
View file @
061f61dd
args="-z -d 1h -m 2h"
warn=0
error=0
ok=1
retcode=0
match=""
bin/tests/system/coverage/10-check-ksk/README
0 → 100644
View file @
061f61dd
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
bin/tests/system/coverage/10-check-ksk/expect
0 → 100644
View file @
061f61dd
args="-k -d 1h -m 2h"
warn=0
error=0
ok=1
retcode=0
match=""
bin/tests/system/coverage/11-cutoff/README
0 → 100644
View file @
061f61dd
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
bin/tests/system/coverage/11-cutoff/expect
0 → 100644
View file @
061f61dd
args="-l 1y -d 1h -m 2h"
warn=0
error=0
ok=2
retcode=0
match=""
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment