debug
This commit is contained in:
parent
9c25e3c494
commit
a2d17d6302
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ for I in {1..3}; do
|
|||
KEYID=$(buDigKskId @localhost .)
|
||||
rlAssertNotEquals "Check keyId is not empty." "$KEYID" ""
|
||||
rlAssertGreater "Check $KEYID is non-zero" "$KEYID" 0
|
||||
rlLog "`echo dig_cmd1;dig +nocrypto +short -t dnskey @localhost .| tail -n1 | awk '$1 == 257 { sub("]", "", $7); print $7 }'`"
|
||||
rlLog "echo dig_cmd2;dig +nocrypto +short -t dnskey @localhost ."
|
||||
TEST1=$(dig +multi $KEYID DNSKEY)
|
||||
rlLog "`echo dig_for_dnskey;echo $TEST1`"
|
||||
rlRun "rndc secroots"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue