mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: run test_ipahealthcheck.py::TestIpaHealthCheck separately
The test is changing the date back and forth. Due to PRCI infra issue, chronyd is not able to connect to the default NTP servers from the fedora pool, and the date is not synchronized any more after this test. To avoid polluting other tests, run this one separately. Fixes: https://pagure.io/freeipa/issue/8472 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
This commit is contained in:
@@ -1336,9 +1336,21 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
||||
template: *ci-master-latest
|
||||
timeout: 7200
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_ipahealthcheck_nodns_extca:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_ipahealthcheck_adtrust:
|
||||
|
||||
@@ -795,9 +795,22 @@ jobs:
|
||||
args:
|
||||
build_url: '{pki-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
||||
template: *pki-master-latest
|
||||
timeout: 7200
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_ipahealthcheck_nodns_extca:
|
||||
requires: [pki-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{pki-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
template: *pki-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_pkinit_manage:
|
||||
|
||||
@@ -1441,10 +1441,23 @@ jobs:
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
||||
template: *testing-master-latest
|
||||
topology: *master_1repl
|
||||
timeout: 7200
|
||||
timeout: 3600
|
||||
|
||||
testing-fedora/test_ipahealthcheck_nodns_extca:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
template: *testing-master-latest
|
||||
topology: *master_1repl
|
||||
timeout: 3600
|
||||
|
||||
testing-fedora/test_ipahealthcheck_adtrust:
|
||||
requires: [testing-fedora/build]
|
||||
|
||||
@@ -1336,9 +1336,21 @@ jobs:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
||||
template: *ci-master-previous
|
||||
timeout: 7200
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_ipahealthcheck_nodns_extca:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_ipahealthcheck_adtrust:
|
||||
|
||||
@@ -1441,9 +1441,22 @@ jobs:
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
|
||||
template: *ci-master-frawhide
|
||||
timeout: 7200
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_ipahealthcheck_nodns_extca:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithExternalCA
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_ipahealthcheck_adtrust:
|
||||
|
||||
Reference in New Issue
Block a user