mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: fix the install of external ca
Fixes the install invocation in the test to use domain and realm correctly. Also makes the test aware of domain levels. https://fedorahosted.org/freeipa/ticket/5605 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
9a945b201e
commit
8f6fb7b4ea
@ -33,7 +33,9 @@ class TestExternalCA(IntegrationTest):
|
||||
'-a', self.master.config.admin_password,
|
||||
'-p', self.master.config.dirman_password,
|
||||
'--setup-dns', '--no-forwarders',
|
||||
'-r', self.master.domain.name,
|
||||
'-n', self.master.domain.name,
|
||||
'-r', self.master.domain.realm,
|
||||
'--domain-level=%i' % self.master.config.domain_level,
|
||||
'--external-ca'
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user