diff options
-rw-r--r-- | tests/test_xmlrpc/test_host_plugin.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_host_plugin.py b/tests/test_xmlrpc/test_host_plugin.py index 37b7e407d..f788dc6bc 100644 --- a/tests/test_xmlrpc/test_host_plugin.py +++ b/tests/test_xmlrpc/test_host_plugin.py @@ -187,6 +187,8 @@ class test_host(Declarative): ipauniqueid=[fuzzy_uuid], has_keytab=False, has_password=False, + ipakrbokasdelegate=False, + ipakrbrequirespreauth=True, ), ), ), @@ -241,6 +243,8 @@ class test_host(Declarative): managing_host=[u'%s' % fqdn1], has_keytab=False, has_password=False, + ipakrbokasdelegate=False, + ipakrbrequirespreauth=True, ), ], ), |