Skip to content
GitLab
Menu
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
4e2ac5f6
Commit
4e2ac5f6
authored
Feb 05, 2020
by
Mark Andrews
Browse files
wait a short while for no NSEC3PARAM
parent
dd6598f3
Pipeline
#32929
passed with stages
in 32 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/autosign/tests.sh
View file @
4e2ac5f6
...
...
@@ -485,10 +485,13 @@ status=`expr $status + $ret`
echo_i
"checking NSEC3->NSEC conversion with 'rndc signing -nsec3param none' (
$n
)"
ret
=
0
$RNDCCMD
10.53.0.3 signing
-nsec3param
none autonsec3.example.
>
/dev/null 2>&1
sleep
2
# this command should result in an empty file:
$DIG
$DIGOPTS
+noall +answer autonsec3.example. nsec3param @10.53.0.3
>
dig.out.ns3.nx.test
$n
||
ret
=
1
grep
"NSEC3PARAM"
dig.out.ns3.nx.test
$n
>
/dev/null
&&
ret
=
1
no_nsec3param
()
(
$DIG
$DIGOPTS
+noall +answer autonsec3.example. nsec3param @10.53.0.3
>
dig.out.ns3.nx.test
$n
||
return
1
grep
"NSEC3PARAM"
dig.out.ns3.nx.test
$n
>
/dev/null
&&
return
1
return
0
)
retry_quiet 10 no_nsec3param
||
ret
=
1
$DIG
$DIGOPTS
+noauth q.autonsec3.example. @10.53.0.3 a
>
dig.out.ns3.test
$n
||
ret
=
1
$DIG
$DIGOPTS
+noauth q.autonsec3.example. @10.53.0.4 a
>
dig.out.ns4.test
$n
||
ret
=
1
digcomp dig.out.ns3.test
$n
dig.out.ns4.test
$n
||
ret
=
1
...
...
Mark Andrews
@marka
mentioned in issue
#1600
·
Feb 06, 2020
mentioned in issue
#1600
mentioned in issue #1600
Toggle commit list
Write
Preview
Supports
Markdown
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