Regression caused by commit c4b9b295d8184694c50c0d56051e0273445c98ec

Patch attached.

One-liner rule applied.

Pushed to:
master: 26899c91afd36b39908a3a73363aff1787c9dc07
ipa-4-3: f3c1856d566cdcce0d411bc59efc63ddd42e5d07

From c47dde756f44c2810646bdf345433b1544d5adda Mon Sep 17 00:00:00 2001
From: Martin Basti <mba...@redhat.com>
Date: Thu, 14 Jan 2016 10:23:11 +0100
Subject: [PATCH] CI test: fix regression in task.install_kra

ipa-kra-install needs directory manager password

Regression caused by c4b9b295d8184694c50c0d56051e0273445c98ec
---
 ipatests/test_integration/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 346c96ea31185251209f471d1a626b9958925698..6fdcf9a9019244d0ee5ae9f4d456d72df7c0566e 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -957,7 +957,7 @@ def ipa_restore(master, backup_path):
 def install_kra(host, domain_level=None, first_instance=False, raiseonerr=True):
     if domain_level is None:
         domain_level = domainlevel(host)
-    command = ["ipa-kra-install", "-U"]
+    command = ["ipa-kra-install", "-U", "-p", host.config.dirman_password]
     if domain_level == DOMAIN_LEVEL_0 and not first_instance:
         replica_file = get_replica_filename(host)
         command.append(replica_file)
-- 
2.5.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to