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:
Pavel Picka 2018-07-24 09:09:29 +02:00 committed by Tibor Dudlák
parent 0dcce426a4
commit ad85cc8eae
No known key found for this signature in database
GPG Key ID: 12B8BD343576CDF5
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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):