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:
Florence Blanc-Renaud
2020-08-27 09:44:56 +02:00
parent 6da5cc32d7
commit ec67022af2
5 changed files with 73 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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