test debug
This commit is contained in:
parent
c8ecdd51bc
commit
52aed22757
1 changed files with 4 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ rlJournalStart
|
|||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
for i in `seq 5 6`;do
|
||||
for i in `seq 5 10`;do
|
||||
rlRun "ipactl restart"
|
||||
sleep $i
|
||||
rlRun "systemctl restart named.service"
|
||||
|
|
@ -91,6 +91,9 @@ rlJournalStart
|
|||
rlRun "make_update > update"
|
||||
#rlRun "/usr/bin/nsupdate -g -d update"
|
||||
echo "===============DEBUG"
|
||||
echo "file update"
|
||||
cat update
|
||||
echo "nsupdate -g -d update"
|
||||
/usr/bin/nsupdate -g -d update
|
||||
echo "=============== END of DEBUG"
|
||||
rlPhaseEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue