mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove tests which install KRA on replica w/o KRA on master
The KRA installation code explicity quits if trying to install a KRA during a replica installation if there is not already a KRA in the topology. A KRA can be added afterward. https://pagure.io/freeipa/issue/7651 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
4c3f010461
commit
5466eca048
@ -104,10 +104,6 @@ class InstallTestBase2(IntegrationTest):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=False)
|
||||
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
tasks.install_replica(self.master, self.replicas[0], setup_ca=True,
|
||||
setup_kra=True, setup_dns=True)
|
||||
|
||||
def test_replica1_with_ca_dns_install(self):
|
||||
tasks.install_replica(self.master, self.replicas[1], setup_ca=True,
|
||||
setup_dns=True)
|
||||
@ -182,12 +178,6 @@ class TestInstallWithCA2(InstallTestBase2):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=False)
|
||||
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
@pytest.mark.xfail(reason='Ticket 7651', strict=True)
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
super(TestInstallWithCA2, self).test_replica0_with_ca_kra_dns_install()
|
||||
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica1_ipa_kra_install(self):
|
||||
@ -245,14 +235,6 @@ class TestInstallWithCA_DNS2(InstallTestBase2):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=True)
|
||||
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
@pytest.mark.xfail(reason='Ticket 7651', strict=True)
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
super(
|
||||
TestInstallWithCA_DNS2, self
|
||||
).test_replica0_with_ca_kra_dns_install()
|
||||
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica1_ipa_kra_install(self):
|
||||
|
Loading…
Reference in New Issue
Block a user