summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/pytest_plugins/integration/create_caless_pki.py (renamed from ipatests/test_integration/create_caless_pki.py)0
-rw-r--r--ipatests/pytest_plugins/integration/create_external_ca.py (renamed from ipatests/test_integration/create_external_ca.py)0
-rw-r--r--ipatests/test_integration/test_caless.py4
3 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_integration/create_caless_pki.py b/ipatests/pytest_plugins/integration/create_caless_pki.py
index 9a2e8e26b..9a2e8e26b 100644
--- a/ipatests/test_integration/create_caless_pki.py
+++ b/ipatests/pytest_plugins/integration/create_caless_pki.py
diff --git a/ipatests/test_integration/create_external_ca.py b/ipatests/pytest_plugins/integration/create_external_ca.py
index dc4ef048c..dc4ef048c 100644
--- a/ipatests/test_integration/create_external_ca.py
+++ b/ipatests/pytest_plugins/integration/create_external_ca.py
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index 7177c5d35..5faf0f429 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -33,9 +33,9 @@ from ipapython import ipautil
from ipaplatform.paths import paths
from ipapython.dn import DN
from ipatests.test_integration.base import IntegrationTest
-from ipatests.test_integration import create_caless_pki
-from ipatests.test_integration.create_external_ca import ExternalCA
from ipatests.pytest_plugins.integration import tasks
+from ipatests.pytest_plugins.integration.create_external_ca import ExternalCA
+from ipatests.pytest_plugins.integration import create_caless_pki
from ipalib.constants import DOMAIN_LEVEL_0
if six.PY3: