[master] add files omitted from coverage test

This commit is contained in:
Evan Hunt 2014-02-26 08:54:21 -08:00
parent 3a01ded15d
commit 061f61dd3b
6 changed files with 41 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,6 @@
args="-z -d 1h -m 2h"
warn=0
error=0
ok=1
retcode=0
match=""

View file

@ -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

View file

@ -0,0 +1,6 @@
args="-k -d 1h -m 2h"
warn=0
error=0
ok=1
retcode=0
match=""

View file

@ -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

View file

@ -0,0 +1,6 @@
args="-l 1y -d 1h -m 2h"
warn=0
error=0
ok=2
retcode=0
match=""