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
0ac2a868
Commit
0ac2a868
authored
Nov 26, 2018
by
Mark Andrews
Browse files
add reproducer for [GL
#585
]
parent
6ab40c04
Changes
4
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/coverage/12-ksk-deletion/expect
0 → 100644
View file @
0ac2a868
args=
warn=1
error=0
ok=0
retcode=0
match=0
bin/tests/system/coverage/setup.sh
View file @
0ac2a868
...
...
@@ -127,3 +127,8 @@ $SETTIME -K $dir -I +18mo -D +2y $zsk1 > /dev/null 2>&1
zsk2
=
`
$KEYGEN
-K
$dir
-S
$zsk1
`
$SETTIME
-K
$dir
-I
+16mo
$zsk1
>
/dev/null 2>&1
ksk1
=
`
$KEYGEN
-K
$dir
-a
rsasha1
-3fk
example.com
`
# Test 12: Too early KSK deletion
dir
=
12-ksk-deletion
ksk1
=
`
$KEYGEN
-K
$dir
-f
KSK
-a
8
-b
2048
-I
+40d
-D
+40d example.com
`
ksk2
=
`
$KEYGEN
-K
$dir
-S
$ksk1
.key example.com
`
bin/tests/system/coverage/tests.sh
View file @
0ac2a868
...
...
@@ -70,6 +70,12 @@ for dir in [0-9][0-9]-*; do
ret
=
1
fi
found
=
`
grep
Traceback coverage.
$n
|
wc
-l
`
if
[
$found
-ne
0
]
;
then
echo
"python exception detected"
ret
=
1
fi
n
=
`
expr
$n
+ 1
`
if
[
$ret
!=
0
]
;
then
echo_i
"failed"
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
util/copyrights
View file @
0ac2a868
...
...
@@ -473,6 +473,7 @@
./bin/tests/system/coverage/10-check-ksk/expect X 2014,2018
./bin/tests/system/coverage/11-cutoff/README X 2014,2018
./bin/tests/system/coverage/11-cutoff/expect X 2014,2018
./bin/tests/system/coverage/12-ksk-deletion/expect X 2018
./bin/tests/system/coverage/clean.sh SH 2013,2014,2016,2018
./bin/tests/system/coverage/setup.sh SH 2013,2014,2016,2017,2018
./bin/tests/system/coverage/tests.sh SH 2013,2014,2016,2018
...
...
Mark Andrews
@marka
mentioned in commit
096caccf
·
Nov 30, 2018
mentioned in commit
096caccf
mentioned in commit 096caccf1d1c9f01207f4e8746246c19227ae137
Toggle commit list
Mark Andrews
@marka
mentioned in commit
a74acbfd
·
Nov 30, 2018
mentioned in commit
a74acbfd
mentioned in commit a74acbfd824527ac673c0c7c64f39f60b865be9a
Toggle commit list
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