diff options
author | Rob Crittenden <rcritten@redhat.com> | 2013-04-05 16:29:20 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2013-04-09 17:48:48 -0400 |
commit | a8341965c0f6f53609d1ace83ed6e5ef95619dc8 (patch) | |
tree | 7d3c5120d5eac0fe6bdd44aeaed7ff61cf27d94a /tests | |
parent | e64db8cbc2e9571200cd14e7d2313102022c2813 (diff) | |
download | freeipa-a8341965c0f6f53609d1ace83ed6e5ef95619dc8.tar.gz freeipa-a8341965c0f6f53609d1ace83ed6e5ef95619dc8.tar.xz freeipa-a8341965c0f6f53609d1ace83ed6e5ef95619dc8.zip |
Fix two failing tests due to missing krb ticket flags
Diffstat (limited to 'tests')
-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, ), ], ), |