ipatests: re-add test_dnssec.py::TestInstallDNSSECFirst in gating

The test was temporarily removed because of a known issue
but the issue is now fixed.

Related: https://pagure.io/freeipa/issue/8496
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Sergey Orlov <sorlov@redhat.com>
This commit is contained in:
Florence Blanc-Renaud
2021-03-10 12:13:24 +01:00
parent 6d39ef7de6
commit a9b4ed4f52
2 changed files with 16 additions and 17 deletions

View File

@@ -26,12 +26,11 @@ vms:
- test_integration/test_membermanager.py
- vm_jobs:
# Temporarily disabled because of https://pagure.io/freeipa/issue/8496
# - container_job: InstallDNSSECFirst
# containers:
# replicas: 1
# tests:
# - test_integration/test_dnssec.py::TestInstallDNSSECFirst
- container_job: InstallDNSSECFirst
containers:
replicas: 1
tests:
- test_integration/test_dnssec.py::TestInstallDNSSECFirst
- container_job: simple_replication
containers:

View File

@@ -239,17 +239,17 @@ jobs:
timeout: 3600
topology: *master_1repl
# fedora-latest/test_dnssec_TestInstallDNSSECFirst:
# requires: [fedora-latest/build]
# priority: 100
# job:
# class: RunPytest
# args:
# build_url: '{fedora-latest/build_url}'
# test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
# template: *ci-master-latest
# timeout: 3600
# topology: *master_1repl
fedora-latest/test_dnssec_TestInstallDNSSECFirst:
requires: [fedora-latest/build]
priority: 100
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
template: *ci-master-latest
timeout: 3600
topology: *master_1repl
fedora-latest/test_membermanager:
requires: [fedora-latest/build]