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
4293a2f4
Commit
4293a2f4
authored
Jun 03, 2019
by
Mark Andrews
Browse files
check that example/DS is not fetched when validating a.example
parent
57a328d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dnssec/tests.sh
View file @
4293a2f4
...
...
@@ -184,6 +184,15 @@ n=$((n+1))
test
"
$ret
"
-eq
0
||
echo_i
"failed"
status
=
$((
status+ret
))
echo_i
"checking that 'example/DS' from the referral was used in previous validation (
$n
)"
ret
=
0
grep
"query 'example/DS/IN' approved"
ns1/named.run
>
/dev/null
&&
ret
=
1
grep
"fetch: example/DS"
ns4/named.run
>
/dev/null
&&
ret
=
1
grep
"validating example/DS: starting"
ns4/named.run
>
/dev/null
||
ret
=
1
n
=
$((
n+1
))
test
"
$ret
"
-eq
0
||
echo_i
"failed"
status
=
$((
status+ret
))
if
[
-x
${
DELV
}
]
;
then
ret
=
0
echo_i
"checking positive validation NSEC using dns_client (
$n
)"
...
...
Mark Andrews
@marka
mentioned in commit
c9e68138
·
Aug 02, 2019
mentioned in commit
c9e68138
mentioned in commit c9e68138999ec7f38e8472bf5efd232d53a74b84
Toggle commit list
Mark Andrews
@marka
mentioned in commit
95177988
·
Aug 02, 2019
mentioned in commit
95177988
mentioned in commit 95177988d4ec2ba63457e91df5644c9e0bc39fb6
Toggle commit list
Mark Andrews
@marka
mentioned in commit
15351296
·
Aug 02, 2019
mentioned in commit
15351296
mentioned in commit 153512960bde6d31c243608f40d14587a9c22951
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