mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
ipatests: add missing tests for test_installation.py
Some tests were missing in the nightly: - test_installation.py::TestInstallWithCA_DNS3 - test_installation.py::TestInstallWithCA_DNS4 Relates to https://pagure.io/freeipa/issue/7743 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
1e7be6fb3d
commit
19211257c6
@ -123,6 +123,30 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_3repl_1client
|
||||
|
||||
fedora-28/test_installation_TestInstallWithCA_DNS3:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
||||
template: *ci-master-f28
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_installation_TestInstallWithCA_DNS4:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
||||
template: *ci-master-f28
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_installation_TestInstallWithCA_KRA_DNS1:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
|
@ -123,6 +123,30 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_3repl_1client
|
||||
|
||||
fedora-rawhide/test_installation_TestInstallWithCA_DNS3:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS3
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_installation_TestInstallWithCA_DNS4:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallWithCA_DNS4
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_installation_TestInstallWithCA_KRA_DNS1:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
Loading…
Reference in New Issue
Block a user