From 6dfd7c8242c564faae9f74a86cdc12e7f58d08ca Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 25 Aug 2011 09:24:47 -0400 Subject: Retrieve password/keytab state when modifying a host. ticket https://fedorahosted.org/freeipa/ticket/1714 --- tests/test_xmlrpc/test_host_plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_xmlrpc') 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, ), ), ), -- cgit