mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Enable SSSD debugging on legacy clients with SSSD
Reviewed-By: Jakub Hrozek <jhrozek@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
d98e06c314
commit
491f431107
@ -429,9 +429,17 @@ class BaseTestLegacyClientNonPosix(BaseTestLegacyClient,
|
||||
pass
|
||||
|
||||
|
||||
class BaseTestSSSDMixin(object):
|
||||
|
||||
def test_apply_advice(self):
|
||||
super(BaseTestSSSDMixin, self).test_apply_advice()
|
||||
tasks.setup_sssd_debugging(self.legacy_client)
|
||||
|
||||
|
||||
# Tests definitions themselves. Beauty. Just pure beauty.
|
||||
|
||||
class TestLegacySSSDBefore19RedHatNonPosix(BaseTestLegacySSSDBefore19RedHat,
|
||||
class TestLegacySSSDBefore19RedHatNonPosix(BaseTestSSSDMixin,
|
||||
BaseTestLegacySSSDBefore19RedHat,
|
||||
BaseTestLegacyClientNonPosix):
|
||||
pass
|
||||
|
||||
@ -446,7 +454,8 @@ class TestLegacyNssLdapRedHatNonPosix(BaseTestLegacyNssLdapRedHat,
|
||||
pass
|
||||
|
||||
|
||||
class TestLegacySSSDBefore19RedHatPosix(BaseTestLegacySSSDBefore19RedHat,
|
||||
class TestLegacySSSDBefore19RedHatPosix(BaseTestSSSDMixin,
|
||||
BaseTestLegacySSSDBefore19RedHat,
|
||||
BaseTestLegacyClientPosix):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user