ipatests: --no-dnssec-validation requires --setup-dns

The test test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
is installing the server without DNS but calls the installer
with --no-dnssec-validation option.

Remove the --no-dnssec-validation option as it is incompatible
with a non-DNS setup.

Fixes: https://pagure.io/freeipa/issue/9152
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2022-05-07 09:24:57 +02:00
parent 92d8077304
commit 73daf6b50b

View File

@ -1459,8 +1459,7 @@ class TestIpaHealthCheckWithoutDNS(IntegrationTest):
tasks.uninstall_replica(cls.master, cls.replicas[0])
tasks.uninstall_master(cls.master)
tasks.install_master(
cls.master, setup_dns=False, extra_args=['--no-dnssec-validation']
)
cls.master, setup_dns=False)
def test_ipa_dns_systemrecords_check(self):
"""