summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-09-14 16:33:33 -0400
committerMartin Kosek <mkosek@redhat.com>2011-09-19 08:41:39 +0200
commitb5a6cd91e86bfcfad08f372afa713dea4731752e (patch)
treef6307fa66d7c21191f68beacf47a4099314164cb /tests
parent5a778d4def66a338e574d4ca3825e3a247032f3a (diff)
downloadfreeipa-b5a6cd91e86bfcfad08f372afa713dea4731752e.tar.gz
freeipa-b5a6cd91e86bfcfad08f372afa713dea4731752e.tar.xz
freeipa-b5a6cd91e86bfcfad08f372afa713dea4731752e.zip
Suppress managed netgroups as indirect members of hosts.
By design these managed netgroups are not supposed to show unless you specifically want to see them. https://fedorahosted.org/freeipa/ticket/1738
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xmlrpc/test_nesting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_nesting.py b/tests/test_xmlrpc/test_nesting.py
index cb2d1d0b2..a855960a1 100644
--- a/tests/test_xmlrpc/test_nesting.py
+++ b/tests/test_xmlrpc/test_nesting.py
@@ -815,7 +815,7 @@ class test_nesting(Declarative):
managedby_host=[fqdn1],
memberof_hostgroup = [u'testhostgroup2'],
memberofindirect_hostgroup = [u'testhostgroup1'],
- memberofindirect_netgroup = [u'testhostgroup1', u'testhostgroup2'],
+ memberofindirect_netgroup = [u'testhostgroup2'],
),
),
),