IPA tests
This commit is contained in:
parent
e68dd7d032
commit
0ad1aa4b16
1 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,11 @@ rlJournalStart
|
|||
echo "nsupdate -g -d update\n---------"
|
||||
/usr/bin/nsupdate -g -d update
|
||||
echo "=============== END of DEBUG"
|
||||
rlRun "host -t SOA $DOMAIN localhost" 0 "Check localhost service is running"
|
||||
rlRun "host -t NS $DOMAIN localhost" 0 "Check localhost nameservers work"
|
||||
rlRun "host -t SOA $DOMAIN" 0 "Check default resolver reaches local domain"
|
||||
rlRun "host -t NS $DOMAIN" 0 "Check default resolver reaches local nameserver"
|
||||
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue