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.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py
index ce904d81..3569579e 100644
--- a/tests/test_xmlrpc/objectclasses.py
+++ b/tests/test_xmlrpc/objectclasses.py
@@ -123,5 +123,15 @@ netgroup = [
automember = [
u'top',
- u'automemberregexrule'
+ u'automemberregexrule',
+]
+
+selinuxusermap = [
+ u'ipaassociation',
+ u'ipaselinuxusermap',
+]
+
+hbacrule = [
+ u'ipaassociation',
+ u'ipahbacrule',
]