From 6561fc689800c390b8a05cec01e3e69e563edebb Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Jun 03 2021 14:25:11 +0000 Subject: 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 Reviewed-By: Rob Crittenden Reviewed-By: Sergey Orlov Reviewed-By: Alexander Bokovoy --- diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index bb4d390..7c86e76 100644 --- a/ipatests/azure/azure_definitions/gating-fedora.yml +++ b/ipatests/azure/azure_definitions/gating-fedora.yml @@ -22,12 +22,11 @@ vms: - test_integration/test_external_ca.py::TestExternalCAInstall - 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: diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 616ffda..3e9222c 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -239,17 +239,17 @@ jobs: timeout: 3600 topology: *master_1repl -# fedora-latest-ipa-4-8/test_dnssec_TestInstallDNSSECFirst: -# requires: [fedora-latest-ipa-4-8/build] -# priority: 100 -# job: -# class: RunPytest -# args: -# build_url: '{fedora-latest-ipa-4-8/build_url}' -# test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst -# template: *ci-ipa-4-8-latest -# timeout: 3600 -# topology: *master_1repl + fedora-latest-ipa-4-8/test_dnssec_TestInstallDNSSECFirst: + requires: [fedora-latest-ipa-4-8/build] + priority: 100 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-8/build_url}' + test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst + template: *ci-ipa-4-8-latest + timeout: 3600 + topology: *master_1repl fedora-latest-ipa-4-8/test_membermanager: requires: [fedora-latest-ipa-4-8/build]