URL: https://github.com/freeipa/freeipa/pull/6105
Author: flo-renaud
 Title: #6105: [Backport][ipa-4-9] ipatests: remove xfail on f35+ for 
test_number_of_zones
Action: opened

PR body:
"""
This PR was opened automatically because PR #6103 was pushed to master and 
backport to ipa-4-9 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6105/head:pr6105
git checkout pr6105
From 500ef8c976d540bf41dc8546674be042bf038620 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Tue, 23 Nov 2021 10:14:07 +0100
Subject: [PATCH] ipatests: remove xfail on f35+ for test_number_of_zones

systemd-resolved fixed the issue on f35+
Related: https://pagure.io/freeipa/issue/8700

Signed-off-by: Florence Blanc-Renaud <f...@redhat.com>
---
 ipatests/test_integration/test_installation.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ipatests/test_integration/test_installation.py b/ipatests/test_integration/test_installation.py
index e9d3d1683c9..95cfaad54c3 100644
--- a/ipatests/test_integration/test_installation.py
+++ b/ipatests/test_integration/test_installation.py
@@ -583,7 +583,8 @@ class TestInstallWithCA_DNS3(CALessBase):
     """
 
     @pytest.mark.xfail(
-        osinfo.id == 'fedora' and osinfo.version_number >= (33,),
+        osinfo.id == 'fedora' and osinfo.version_number >= (33,)
+        and osinfo.version_number < (35,),
         reason='freeipa ticket 8700', strict=True)
     @server_install_setup
     def test_number_of_zones(self):
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to