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 <flo@redhat.com>
This commit is contained in:
Sergey Orlov
2020-04-01 14:34:40 +02:00
parent 99a322a4ae
commit 1c4aa66b3c
4 changed files with 150 additions and 0 deletions
@@ -499,6 +499,42 @@ jobs:
timeout: 10800
topology: *master_2repl_1client
fedora-latest/test_installation_TestADTrustInstall:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_installation.py::TestADTrustInstall
template: *ci-master-latest
timeout: 10800
topology: *master_2repl_1client
fedora-latest/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *ci-master-latest
timeout: 10800
topology: *master_2repl_1client
fedora-latest/test_installation_TestKRAinstallAfterCertRenew:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
template: *ci-master-latest
timeout: 10800
topology: *master_1repl
fedora-latest/test_idviews:
requires: [fedora-latest/build]
priority: 50
@@ -536,6 +536,45 @@ jobs:
timeout: 10800
topology: *master_2repl_1client
testing-fedora/test_installation_TestADTrustInstall:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestADTrustInstall
template: *testing-master-latest
timeout: 10800
topology: *master_2repl_1client
testing-fedora/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *testing-master-latest
timeout: 10800
topology: *master_2repl_1client
testing-fedora/test_installation_TestKRAinstallAfterCertRenew:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
template: *testing-master-latest
timeout: 10800
topology: *master_1repl
testing-fedora/test_idviews:
requires: [testing-fedora/build]
priority: 50
@@ -499,6 +499,42 @@ jobs:
timeout: 10800
topology: *master_2repl_1client
fedora-previous/test_installation_TestADTrustInstall:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_installation.py::TestADTrustInstall
template: *ci-master-previous
timeout: 10800
topology: *master_2repl_1client
fedora-previous/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *ci-master-previous
timeout: 10800
topology: *master_2repl_1client
fedora-previous/test_installation_TestKRAinstallAfterCertRenew:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
template: *ci-master-previous
timeout: 10800
topology: *master_1repl
fedora-previous/test_idviews:
requires: [fedora-previous/build]
priority: 50
@@ -536,6 +536,45 @@ jobs:
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_installation_TestADTrustInstall:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestADTrustInstall
template: *ci-master-frawhide
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_installation_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *ci-master-frawhide
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_installation_TestKRAinstallAfterCertRenew:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestKRAinstallAfterCertRenew
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-rawhide/test_idviews:
requires: [fedora-rawhide/build]
priority: 50