From d22d55dfb1eecc6060b4ce32c7eab5fa7c1713de Mon Sep 17 00:00:00 2001 From: Sergey Orlov Date: Apr 01 2020 09:34:09 +0000 Subject: ipatests: add missing classes from test_installation in nightly runs The following test classes were missing in all nightly definitions: * TestADTrustInstall * TestADTrustInstallWithDNS_KRA_ADTrust * TestKRAinstallAfterCertRenew Reviewed-By: Florence Blanc-Renaud --- diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 194a31b..dfc28f2 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -499,6 +499,42 @@ jobs: timeout: 10800 topology: *master_2repl_1client + fedora-latest-ipa-4-8/test_installation_TestADTrustInstall: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstall + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest-ipa-4-8/test_installation_TestKRAinstallAfterCertRenew: + requires: [fedora-latest-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew + template: *ci-ipa-4-8-latest + timeout: 10800 + topology: *master_1repl + fedora-latest-ipa-4-8/test_idviews: requires: [fedora-latest-ipa-4-8/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index 95c4578..734dcb2 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -499,6 +499,42 @@ jobs: timeout: 10800 topology: *master_2repl_1client + fedora-previous-ipa-4-8/test_installation_TestADTrustInstall: + requires: [fedora-previous-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstall + template: *ci-ipa-4-8-previous + timeout: 10800 + topology: *master_2repl_1client + + fedora-previous-ipa-4-8/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust: + requires: [fedora-previous-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust + template: *ci-ipa-4-8-previous + timeout: 10800 + topology: *master_2repl_1client + + fedora-previous-ipa-4-8/test_installation_TestKRAinstallAfterCertRenew: + requires: [fedora-previous-ipa-4-8/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-8/build_url}' + test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew + template: *ci-ipa-4-8-previous + timeout: 10800 + topology: *master_1repl + fedora-previous-ipa-4-8/test_idviews: requires: [fedora-previous-ipa-4-8/build] priority: 50