From 8c451705827398d6e7a6d8e9177c80c2d1845f95 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 14 Sep 2011 16:33:33 -0400 Subject: 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 --- tests/test_xmlrpc/test_nesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_xmlrpc/test_nesting.py') diff --git a/tests/test_xmlrpc/test_nesting.py b/tests/test_xmlrpc/test_nesting.py index cb2d1d0b..a855960a 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'], ), ), ), -- cgit