Hi,

this fixes: https://fedorahosted.org/freeipa/ticket/5516

Tomas
From efd1304be61c792c23c8e8560db6508c63fdd5e6 Mon Sep 17 00:00:00 2001
From: Tomas Babej <tba...@redhat.com>
Date: Sat, 5 Dec 2015 16:54:04 +0100
Subject: [PATCH] tests: Fix incorrect uninstall method invocation

https://fedorahosted.org/freeipa/ticket/5516
---
 ipatests/test_integration/test_caless.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index 9cfba3ee29114badf5a703ccc1d47a1d3e0c41b7..4dda79bf9baac65aeab97ed1a4ac2786bf3102a2 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -118,7 +118,7 @@ class CALessBase(IntegrationTest):
                                     '-n', 'External CA cert'],
                                    raiseonerr=False)
 
-        super(CALessBase, cls).uninstall()
+        super(CALessBase, cls).uninstall(mh)
 
     @classmethod
     def install_server(cls, host=None,
-- 
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