Patch attached.
From 028049d455a12b4a5e97845e967aaf0b6103c0fc Mon Sep 17 00:00:00 2001 From: Martin Basti <mba...@redhat.com> Date: Wed, 9 Dec 2015 09:35:59 +0100 Subject: [PATCH] CI: fix ipa-kra-install on domain level 1
--- ipatests/test_integration/test_vault.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ipatests/test_integration/test_vault.py b/ipatests/test_integration/test_vault.py index ba472af7152b508fb8a6fd92ebf18879518d2246..74b554eb283278940e6ed0a93596ed194eadadcb 100644 --- a/ipatests/test_integration/test_vault.py +++ b/ipatests/test_integration/test_vault.py @@ -92,12 +92,7 @@ class TestInstallKRA(IntegrationTest): def test_create_and_retrieve_vault_replica_with_kra(self): # install KRA on replica - self.replicas[0].run_command([ - "ipa-kra-install", - tasks.get_replica_filename(self.replicas[0]), - "-p", self.replicas[0].config.dirman_password, - "-U", - ]) + tasks.install_kra(self.replicas[0], first_instance=False) # create vault self.replicas[0].run_command([ -- 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