mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
ipatests: check that zonemgr is set correctly during server install
Add test to check that zonemgr is correctly set when installing IPA server. Related: https://pagure.io/freeipa/issue/8718 Signed-off-by: Antonio Torres <antorres@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
04e57e6fd4
commit
4fc1e15c7c
@ -1171,6 +1171,13 @@ class TestInstallMasterDNS(IntegrationTest):
|
||||
extra_args=['--zonemgr', 'me@example.org'],
|
||||
)
|
||||
|
||||
tasks.kinit_admin(self.master)
|
||||
result = self.master.run_command(
|
||||
['ipa', 'dnszone-show', self.master.domain.name]
|
||||
).stdout_text
|
||||
|
||||
assert "Administrator e-mail address: me.example.org" in result
|
||||
|
||||
def test_server_install_lock_bind_recursion(self):
|
||||
"""Test if server installer lock Bind9 recursion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user