summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-05-21 16:27:40 -0400
committerRob Crittenden <rcritten@redhat.com>2010-05-27 10:51:02 -0400
commite123fa66719c7f71587383406d3205d17e60f669 (patch)
tree3e2031fb473beb913fe58ab8bb236d1aa792d975 /tests/test_xmlrpc/test_hbacsvcgroup_plugin.py
parentfe7cb34f76a04e04e4dd0ffe9e1795752b422e26 (diff)
downloadfreeipa-e123fa66719c7f71587383406d3205d17e60f669.tar.gz
freeipa-e123fa66719c7f71587383406d3205d17e60f669.tar.xz
freeipa-e123fa66719c7f71587383406d3205d17e60f669.zip
Add ipaUniqueID to HBAC services and service groups
Also fix the memberOf attribute for the HBAC services
Diffstat (limited to 'tests/test_xmlrpc/test_hbacsvcgroup_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_hbacsvcgroup_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py b/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py
index c06dc8b45..8264ae903 100644
--- a/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py
+++ b/tests/test_xmlrpc/test_hbacsvcgroup_plugin.py
@@ -77,6 +77,7 @@ class test_hbacsvcgroup(Declarative):
cn=[hbacsvcgroup1],
objectclass=objectclasses.hbacsvcgroup,
description=[u'Test hbacsvcgroup 1'],
+ ipauniqueid=[fuzzy_uuid],
),
),
),
@@ -106,6 +107,7 @@ class test_hbacsvcgroup(Declarative):
cn=[hbacsvc1],
description=[u'Test service 1'],
objectclass=objectclasses.hbacsvc,
+ ipauniqueid=[fuzzy_uuid],
),
),
),