mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tests: test successful PKINIT install on replica
Add a test checking that ipa-replica-install successfully configures PKINIT on the replica Related to https://pagure.io/freeipa/issue/7566 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
2a227c240f
commit
bcfd18f336
@ -208,6 +208,9 @@ class TestReplicaPromotionLevel1(ReplicaPromotionBase):
|
||||
'-r', self.master.domain.realm,
|
||||
'--server', self.master.hostname,
|
||||
'-U'])
|
||||
# Ensure that pkinit is properly configured, test for 7566
|
||||
result = self.replicas[0].run_command(['ipa-pkinit-manage', 'status'])
|
||||
assert "PKINIT is enabled" in result.stdout_text
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Domain level 0 is not supported anymore")
|
||||
|
Loading…
Reference in New Issue
Block a user