mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
92d8077304
commit
73daf6b50b
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user