summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/objectclasses.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-03-29 11:31:10 -0400
committerRob Crittenden <rcritten@redhat.com>2010-03-30 09:41:17 -0400
commitc3c850b1d795bec6d11e2dc00cd31676a97ba208 (patch)
tree49d12fafe5a6357732e757449406c7ab9a1f429c /tests/test_xmlrpc/objectclasses.py
parentc7a35f95c5f1835c131797124f95f22968fbf8d8 (diff)
downloadfreeipa-c3c850b1d795bec6d11e2dc00cd31676a97ba208.tar.gz
freeipa-c3c850b1d795bec6d11e2dc00cd31676a97ba208.tar.xz
freeipa-c3c850b1d795bec6d11e2dc00cd31676a97ba208.zip
Deleting a non-fully-qualified hostname should still delete its services
We were being left with orphan services if the host entry was not removed using the FQDN.
Diffstat (limited to 'tests/test_xmlrpc/objectclasses.py')
-rw-r--r--tests/test_xmlrpc/objectclasses.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py
index 857147dc3..8e389e7cb 100644
--- a/tests/test_xmlrpc/objectclasses.py
+++ b/tests/test_xmlrpc/objectclasses.py
@@ -71,3 +71,13 @@ taskgroup = [
u'groupofnames',
u'top'
]
+
+service = [
+ u'krbprincipal',
+ u'krbprincipalaux',
+ u'krbticketpolicyaux',
+ u'ipaobject',
+ u'ipaservice',
+ u'pkiuser',
+ u'top',
+]