summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2016-01-26 14:10:18 +0100
committerJan Cholasta <jcholast@redhat.com>2016-02-17 10:41:29 +0100
commit200614872e664db38aa7610b2aad818882aaa2a8 (patch)
tree3053f4b202a5606ee4be51b6e40f935bf0b48d3d /ipatests/test_integration
parentd3851fd76fd0389775edde0e5337160a7561e247 (diff)
downloadfreeipa-200614872e664db38aa7610b2aad818882aaa2a8.tar.gz
freeipa-200614872e664db38aa7610b2aad818882aaa2a8.tar.xz
freeipa-200614872e664db38aa7610b2aad818882aaa2a8.zip
tests: Use absolute imports
https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r--ipatests/test_integration/test_topology.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_topology.py b/ipatests/test_integration/test_topology.py
index ec3d1de97..8119aa9d7 100644
--- a/ipatests/test_integration/test_topology.py
+++ b/ipatests/test_integration/test_topology.py
@@ -4,11 +4,12 @@
import re
import time
+
import pytest
from ipatests.test_integration.base import IntegrationTest
from ipatests.test_integration import tasks
-from env_config import get_global_config
+from ipatests.test_integration.env_config import get_global_config
from ipalib.constants import DOMAIN_SUFFIX_NAME
config = get_global_config()