From 613804083d40f6d3b64eeaa8da8a4f5b94cb839d Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Mon, 13 Jun 2011 16:23:09 +0200 Subject: Add a list of managed hosts Enhance Host plugin to provide not only "Managed By" list but also a list of managed hosts. The new list is generated only when --all option is passed. https://fedorahosted.org/freeipa/ticket/993 --- tests/test_xmlrpc/test_host_plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_xmlrpc/test_host_plugin.py') diff --git a/tests/test_xmlrpc/test_host_plugin.py b/tests/test_xmlrpc/test_host_plugin.py index 18f813d5b..ff87bc248 100644 --- a/tests/test_xmlrpc/test_host_plugin.py +++ b/tests/test_xmlrpc/test_host_plugin.py @@ -152,6 +152,7 @@ class test_host(Declarative): serverhostname=[u'testhost1'], objectclass=objectclasses.host, managedby_host=[fqdn1], + managing_host=[fqdn1], ipauniqueid=[fuzzy_uuid], has_keytab=False ), @@ -203,6 +204,7 @@ class test_host(Declarative): objectclass=objectclasses.host, ipauniqueid=[fuzzy_uuid], managedby_host=[u'%s' % fqdn1], + managing_host=[u'%s' % fqdn1], ), ], ), -- cgit