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:
Sergey Orlov 2019-03-26 17:27:17 +01:00 committed by Rob Crittenden
parent 14f27d299e
commit 1d0a612a0f

View File

@ -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