summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/objectclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/objectclasses.py')
-rw-r--r--tests/test_xmlrpc/objectclasses.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py
index b2d88222c..5f95cd7b5 100644
--- a/tests/test_xmlrpc/objectclasses.py
+++ b/tests/test_xmlrpc/objectclasses.py
@@ -59,3 +59,14 @@ hostgroup = [
u'groupOfNames',
u'top',
]
+
+rolegroup = [
+ u'groupofnames',
+ u'nestedgroup',
+ u'top',
+]
+
+taskgroup = [
+ u'groupofnames',
+ u'top'
+]