diff --git a/Smoke/IpaInstallAndStart/test.sh b/Smoke/IpaInstallAndStart/test.sh index 6c8a33e..cd9b4a1 100755 --- a/Smoke/IpaInstallAndStart/test.sh +++ b/Smoke/IpaInstallAndStart/test.sh @@ -89,19 +89,22 @@ rlJournalStart rlRun "kinit -kt /etc/krb5.keytab" 0 "Login machine into kerberos" rlRun "klist" 0 "Ensure some ticket is there" rlRun "make_update > update" - rlRun "/usr/bin/nsupdate -g -d update" + #rlRun "/usr/bin/nsupdate -g -d update" + echo "===============DEBUG" + /usr/bin/nsupdate -g -d update + echo "=============== END of DEBUG" rlPhaseEnd -# rlPhaseStartCleanup -# ipa-server-install --uninstall --unattended -# killall bind -# systemctl daemon-reload -# rlServiceStop -# rlRun "rm -f $rlRun_LOG" -# rlRun "popd" -# rlRun "hostname ${ORIG_HOSTNAME}" -# rlRun "rm -r $TmpDir" 0 "Removing tmp directory" -# rlPhaseEnd + rlPhaseStartCleanup + ipa-server-install --uninstall --unattended + killall bind + systemctl daemon-reload + rlServiceStop + rlRun "rm -f $rlRun_LOG" + rlRun "popd" + rlRun "hostname ${ORIG_HOSTNAME}" + rlRun "rm -r $TmpDir" 0 "Removing tmp directory" + rlPhaseEnd rlJournalPrintText rlJournalEnd