diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xmlrpc/test_host_plugin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_host_plugin.py b/tests/test_xmlrpc/test_host_plugin.py index 18f813d5..ff87bc24 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], ), ], ), |