Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
faba523a
Commit
faba523a
authored
Feb 09, 2018
by
Mark Andrews
Browse files
check warning text
(cherry picked from commit
c6cd1088
)
parent
ae095009
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/checkconf/tests.sh
View file @
faba523a
...
...
@@ -367,6 +367,7 @@ echo "I: check that the 2010 ICANN ROOT KSK without the 2017 ICANN ROOT KSK gene
ret
=
0
$CHECKCONF
check-root-ksk-2010.conf
>
checkconf.out
$n
2>/dev/null
||
ret
=
1
[
-s
checkconf.out
$n
]
||
ret
=
1
grep
"trusted-key for root from 2010 without updated"
checkconf.out
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
ret
=
1
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
@@ -388,6 +389,7 @@ echo "I: check that the dlv.isc.org KSK generates a warning ($n)"
ret
=
0
$CHECKCONF
check-dlv-ksk-key.conf
>
checkconf.out
$n
2>/dev/null
||
ret
=
1
[
-s
checkconf.out
$n
]
||
ret
=
1
grep
"trusted-key for dlv.isc.org still present"
checkconf.out
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
ret
=
1
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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