URL: https://github.com/freeipa/freeipa/pull/1524
Author: Rezney
 Title: #1524: tests: ca-less to ca-full - remove certupdate
Action: opened

PR body:
"""
After commits 8960141 and 97942a7 we do not need to run
ipa-certupdate command anymore when switching to ca-full.

This patch removes the above mentioned commands in order to
properly test the scenario.

https://pagure.io/freeipa/issue/7309
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1524/head:pr1524
git checkout pr1524
From 9d012a6a54c2aa7577c5d3f9a820681c9ff98b5b Mon Sep 17 00:00:00 2001
From: Michal Reznik <mrez...@redhat.com>
Date: Tue, 6 Feb 2018 09:19:15 +0100
Subject: [PATCH] tests: ca-less to ca-full - remove certupdate

After commits 8960141 and 97942a7 we do not need to run
ipa-certupdate command anymore when switching to ca-full.

This patch removes the above mentioned commands in order to
properly test the scenario.

https://pagure.io/freeipa/issue/7309
---
 ipatests/test_integration/test_caless.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index 5faf0f4298..4b86a4bc3b 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -1574,10 +1574,6 @@ def test_server_ipa_ca_install(self):
 
         ca_master = tasks.install_ca(self.master)
         assert ca_master.returncode == 0
-        cert_update_master = self.master.run_command(['ipa-certupdate'])
-        assert cert_update_master.returncode == 0
-        cert_update_replica = self.replicas[0].run_command(['ipa-certupdate'])
-        assert cert_update_replica.returncode == 0
 
     def test_replica_ipa_ca_install(self):
         """Install CA on replica"""
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to