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:25 +0200
commit8c451705827398d6e7a6d8e9177c80c2d1845f95 (patch)
tree629fc279a597634eec7b800814acebc96e3ead15 /tests
parent80a4db80bab167ef805056a44138d2449e0fc465 (diff)
downloadfreeipa-8c451705827398d6e7a6d8e9177c80c2d1845f95.tar.gz
freeipa-8c451705827398d6e7a6d8e9177c80c2d1845f95.tar.xz
freeipa-8c451705827398d6e7a6d8e9177c80c2d1845f95.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'],
),
),
),