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.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py
index 8aa0b0d9b..54c8c280e 100644
--- a/tests/test_xmlrpc/objectclasses.py
+++ b/tests/test_xmlrpc/objectclasses.py
@@ -61,13 +61,19 @@ hostgroup = [
u'top',
]
-rolegroup = [
+role = [
u'groupofnames',
u'nestedgroup',
u'top',
]
-taskgroup = [
+permission = [
+ u'groupofnames',
+ u'top'
+]
+
+privilege = [
+ u'nestedgroup',
u'groupofnames',
u'top'
]