mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: mark xfail tests using sssctl domain-status
In fedora 37+, sssctl domain-status is failing. Mark xfail the gating tests impacted by this issue, to avoid breaking the CI gating when we move to f37. Related: https://pagure.io/freeipa/issue/9234 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com> Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
@@ -24,6 +24,7 @@ from datetime import datetime, timedelta
|
||||
|
||||
from ipalib.constants import IPAAPI_USER
|
||||
|
||||
from ipaplatform.osinfo import osinfo
|
||||
from ipaplatform.paths import paths
|
||||
|
||||
from ipapython.dn import DN
|
||||
@@ -1606,6 +1607,9 @@ class TestIPACommandWithoutReplica(IntegrationTest):
|
||||
tasks.ldapsearch_dm(self.master, base, ldap_args=[], scope='sub')
|
||||
tasks.ldapsearch_dm(self.master, base, ldap_args=[], scope='base')
|
||||
|
||||
@pytest.mark.xfail(
|
||||
osinfo.id == 'fedora' and osinfo.version_number >= (37,),
|
||||
reason='freeipa ticket 9234', strict=True)
|
||||
def test_sid_generation(self):
|
||||
"""
|
||||
Test SID generation
|
||||
|
||||
Reference in New Issue
Block a user