summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_host_plugin.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-08-25 09:24:47 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-08-25 16:38:48 +0000
commit4a9319a2a90861101d6775498d194d14cfc20cf6 (patch)
tree955a3d799370a80106ed39ebfecaf6017132a733 /tests/test_xmlrpc/test_host_plugin.py
parentddb31f54431213266b7cdde53ad3616b1cfd0bad (diff)
downloadfreeipa-4a9319a2a90861101d6775498d194d14cfc20cf6.tar.gz
freeipa-4a9319a2a90861101d6775498d194d14cfc20cf6.tar.xz
freeipa-4a9319a2a90861101d6775498d194d14cfc20cf6.zip
Retrieve password/keytab state when modifying a host.
ticket https://fedorahosted.org/freeipa/ticket/1714
Diffstat (limited to 'tests/test_xmlrpc/test_host_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_host_plugin.py2
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 f7746407b..5e7137060 100644
--- a/tests/test_xmlrpc/test_host_plugin.py
+++ b/tests/test_xmlrpc/test_host_plugin.py
@@ -255,6 +255,8 @@ class test_host(Declarative):
md5_fingerprint=fuzzy_hash,
sha1_fingerprint=fuzzy_hash,
issuer=fuzzy_issuer,
+ has_keytab=False,
+ has_password=False,
),
),
),