From 1d0a612a0fd9d5682bb7e0793d4c1c56d3365517 Mon Sep 17 00:00:00 2001 From: Sergey Orlov Date: Tue, 26 Mar 2019 17:27:17 +0100 Subject: [PATCH] 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 --- ipatests/test_integration/test_trust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/test_integration/test_trust.py b/ipatests/test_integration/test_trust.py index 2e99222b8..72d8bd207 100644 --- a/ipatests/test_integration/test_trust.py +++ b/ipatests/test_integration/test_trust.py @@ -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