This was causing some of the CA ACL plugin tests to fail/error.

--
Martin^3 Babinsky
From dd0f3a8523f3092034a863c2a525aef03672e5dd Mon Sep 17 00:00:00 2001
From: Martin Babinsky <mbabi...@redhat.com>
Date: Tue, 2 Feb 2016 15:30:27 +0100
Subject: [PATCH] re-add missing fixture import to the CA ACL plugin test

---
 ipatests/test_xmlrpc/test_caacl_plugin.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ipatests/test_xmlrpc/test_caacl_plugin.py b/ipatests/test_xmlrpc/test_caacl_plugin.py
index 85c7072a0bc483822b9b5c201d61932a423dd3d8..33d2d6b2294f90f047ee60330ede9b750f8245ce 100644
--- a/ipatests/test_xmlrpc/test_caacl_plugin.py
+++ b/ipatests/test_xmlrpc/test_caacl_plugin.py
@@ -12,6 +12,9 @@ from ipalib import errors
 from ipatests.test_xmlrpc.xmlrpc_test import XMLRPC_test
 
 # reuse the fixture
+# pylint: disable=unused-import
+from ipatests.test_xmlrpc.test_certprofile_plugin import default_profile
+# pylint: enable=unused-import
 from ipatests.test_xmlrpc.tracker.caacl_plugin import CAACLTracker
 from ipatests.test_xmlrpc.tracker.stageuser_plugin import StageUserTracker
 
-- 
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