summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorGanna Kaihorodova <gkaihoro@redhat.com>2017-01-10 15:17:40 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2017-01-18 16:40:28 +0100
commit822a119100f8ab93aacdb14b982609f1dc69531d (patch)
tree06730130ace3f90a9eab2005aa6973e769171126 /ipatests
parentae2d0a221772267ecda30896dc8897a3f4b4a97b (diff)
downloadfreeipa-822a119100f8ab93aacdb14b982609f1dc69531d.tar.gz
freeipa-822a119100f8ab93aacdb14b982609f1dc69531d.tar.xz
freeipa-822a119100f8ab93aacdb14b982609f1dc69531d.zip
Tests: Add tree root domain role in legacy client tests
Legacy client tests inherits test cases from trust tests, that have role for tree root domain. That role was missing in legacy client tests. https://fedorahosted.org/freeipa/ticket/6600 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/test_legacy_clients.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipatests/test_integration/test_legacy_clients.py b/ipatests/test_integration/test_legacy_clients.py
index 33958a24b..8bd680a56 100644
--- a/ipatests/test_integration/test_legacy_clients.py
+++ b/ipatests/test_integration/test_legacy_clients.py
@@ -385,14 +385,14 @@ class BaseTestLegacySSSDBefore19RedHat(object):
advice_id = 'config-redhat-sssd-before-1-9'
required_extra_roles = ['legacy_client_sssd_redhat']
- optional_extra_roles = ['ad_subdomain']
+ optional_extra_roles = ['ad_subdomain', 'ad_treedomain']
class BaseTestLegacyNssPamLdapdRedHat(object):
advice_id = 'config-redhat-nss-pam-ldapd'
required_extra_roles = ['legacy_client_nss_pam_ldapd_redhat']
- optional_extra_roles = ['ad_subdomain']
+ optional_extra_roles = ['ad_subdomain', 'ad_treedomain']
def clear_sssd_caches(self):
tasks.clear_sssd_cache(self.master)
@@ -402,7 +402,7 @@ class BaseTestLegacyNssLdapRedHat(object):
advice_id = 'config-redhat-nss-ldap'
required_extra_roles = ['legacy_client_nss_ldap_redhat']
- optional_extra_roles = ['ad_subdomain']
+ optional_extra_roles = ['ad_subdomain', 'ad_treedomain']
def clear_sssd_caches(self):
tasks.clear_sssd_cache(self.master)