mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
PRCI failures fix
test_installation.py - ticket 7008 closed so removing xfail - TestInstallWithCA1 - TestInstallWithCA - TestInstallWithCA_DNS1 - TestInstallWithCA_DNS2 nightly_master - test_backup_and_restore_TestUser[r>R]ootFilesOwnership[Permission] Signed-off-by: Pavel Picka <ppicka@redhat.com> Reviewed-By: Michal Reznik <mreznik@redhat.com>
This commit is contained in:
parent
0dcce426a4
commit
ad85cc8eae
@ -280,14 +280,14 @@ jobs:
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_backup_and_restore_TestUserrootFilesOwnership:
|
||||
fedora-28/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_backup_and_restore.py::TestUserrootFilesOwnership
|
||||
test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
|
@ -164,13 +164,11 @@ class TestInstallWithCA1(InstallTestBase1):
|
||||
def test_replica1_ipa_kra_install(self):
|
||||
super(TestInstallWithCA1, self).test_replica1_ipa_kra_install()
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica2_with_ca_kra_install(self):
|
||||
super(TestInstallWithCA1, self).test_replica2_with_ca_kra_install()
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica2_ipa_dns_install(self):
|
||||
@ -183,7 +181,6 @@ class TestInstallWithCA2(InstallTestBase2):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=False)
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
@ -229,13 +226,11 @@ class TestInstallWithCA_DNS1(InstallTestBase1):
|
||||
def test_replica1_ipa_kra_install(self):
|
||||
super(TestInstallWithCA_DNS1, self).test_replica1_ipa_kra_install()
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica2_with_ca_kra_install(self):
|
||||
super(TestInstallWithCA_DNS1, self).test_replica2_with_ca_kra_install()
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica2_ipa_dns_install(self):
|
||||
@ -248,7 +243,6 @@ class TestInstallWithCA_DNS2(InstallTestBase2):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=True)
|
||||
|
||||
@pytest.mark.xfail(reason="FreeIPA ticket 7008", strict=True)
|
||||
@pytest.mark.skipif(config.domain_level == DOMAIN_LEVEL_0,
|
||||
reason='does not work on DOMAIN_LEVEL_0 by design')
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
|
Loading…
Reference in New Issue
Block a user