mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: in test_trust.py fix parent class
TestExternalTrustWithRootDomain was inherited from ADTrustSubdomainBase This caused that external trust was checked two times with subdomain and was not checked with root domain. Related to https://pagure.io/freeipa/issue/7889 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
14f27d299e
commit
1d0a612a0f
@ -431,7 +431,7 @@ class TestNonexternalTrustWithTreedomain(ADTrustTreedomainBase):
|
||||
'Test case unapplicable, present for inheritance reason only')
|
||||
|
||||
|
||||
class TestExternalTrustWithRootDomain(ADTrustSubdomainBase):
|
||||
class TestExternalTrustWithRootDomain(ADTrustBase):
|
||||
"""
|
||||
Test establishing external trust with root domain
|
||||
Main purpose of this test is to verify that subdomains are not
|
||||
|
Loading…
Reference in New Issue
Block a user