From 03de1b89ca4be1c178ef044a912a30c4626a9917 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 29 Oct 2010 11:32:03 -0400 Subject: Implement nested netgroups and include summaries for the commands. Replace the existing netgroup test cases with Declarative tests. This triples the number of tests we were doing. ticket 209 --- tests/test_xmlrpc/objectclasses.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/test_xmlrpc/objectclasses.py') diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index e61bbd21..8aa0b0d9 100644 --- a/tests/test_xmlrpc/objectclasses.py +++ b/tests/test_xmlrpc/objectclasses.py @@ -90,7 +90,6 @@ hbacsvc = [ hbacsvcgroup = [ u'ipaobject', u'ipahbacservicegroup', - u'nestedGroup', u'groupOfNames', u'top', ] @@ -106,3 +105,9 @@ sudocmdgroup = [ u'groupOfNames', u'top', ] + +netgroup = [ + u'ipaobject', + u'ipaassociation', + u'ipanisnetgroup', +] -- cgit