mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] add files omitted from coverage test
This commit is contained in:
parent
3a01ded15d
commit
061f61dd3b
6 changed files with 41 additions and 0 deletions
6
bin/tests/system/coverage/09-check-zsk/README
Normal file
6
bin/tests/system/coverage/09-check-zsk/README
Normal 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
|
||||
6
bin/tests/system/coverage/09-check-zsk/expect
Normal file
6
bin/tests/system/coverage/09-check-zsk/expect
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
args="-z -d 1h -m 2h"
|
||||
warn=0
|
||||
error=0
|
||||
ok=1
|
||||
retcode=0
|
||||
match=""
|
||||
7
bin/tests/system/coverage/10-check-ksk/README
Normal file
7
bin/tests/system/coverage/10-check-ksk/README
Normal 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
|
||||
6
bin/tests/system/coverage/10-check-ksk/expect
Normal file
6
bin/tests/system/coverage/10-check-ksk/expect
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
args="-k -d 1h -m 2h"
|
||||
warn=0
|
||||
error=0
|
||||
ok=1
|
||||
retcode=0
|
||||
match=""
|
||||
10
bin/tests/system/coverage/11-cutoff/README
Normal file
10
bin/tests/system/coverage/11-cutoff/README
Normal 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
|
||||
6
bin/tests/system/coverage/11-cutoff/expect
Normal file
6
bin/tests/system/coverage/11-cutoff/expect
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
args="-l 1y -d 1h -m 2h"
|
||||
warn=0
|
||||
error=0
|
||||
ok=2
|
||||
retcode=0
|
||||
match=""
|
||||
Loading…
Reference in a new issue