From 0ad1aa4b16cc723a203dda0799f1a60792e10ed2 Mon Sep 17 00:00:00 2001 From: "psklenar@redhat.com" Date: Mon, 24 Feb 2025 17:30:23 +0100 Subject: [PATCH] IPA tests --- Smoke/IpaInstallAndStart/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Smoke/IpaInstallAndStart/test.sh b/Smoke/IpaInstallAndStart/test.sh index 3c6118e..9dde95b 100755 --- a/Smoke/IpaInstallAndStart/test.sh +++ b/Smoke/IpaInstallAndStart/test.sh @@ -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