From c3c850b1d795bec6d11e2dc00cd31676a97ba208 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 29 Mar 2010 11:31:10 -0400 Subject: 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. --- tests/test_xmlrpc/objectclasses.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/test_xmlrpc/objectclasses.py') diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index 857147dc..8e389e7c 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', +] -- cgit