summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/base.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-10-10 14:56:29 +0200
committerTomas Babej <tbabej@redhat.com>2014-11-21 12:14:44 +0100
commit3a9a98b2852d26fdc8257d20ef907ad8c47bcfe3 (patch)
tree794f36c63b64315a1f70e515ce5c945721f70827 /ipatests/test_integration/base.py
parent0cb12f3cdef899df47e749ddaef937f7d1bd7a91 (diff)
downloadfreeipa-3a9a98b2852d26fdc8257d20ef907ad8c47bcfe3.tar.gz
freeipa-3a9a98b2852d26fdc8257d20ef907ad8c47bcfe3.tar.xz
freeipa-3a9a98b2852d26fdc8257d20ef907ad8c47bcfe3.zip
Integration tests: Port the ordering plugin to pytest
Ordered integration tests may now be run with pytest. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipatests/test_integration/base.py')
-rw-r--r--ipatests/test_integration/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/base.py b/ipatests/test_integration/base.py
index a24a577d6..b07eab099 100644
--- a/ipatests/test_integration/base.py
+++ b/ipatests/test_integration/base.py
@@ -24,7 +24,7 @@ import nose
from ipapython.ipa_log_manager import log_mgr
from ipatests.test_integration.config import get_global_config
from ipatests.test_integration import tasks
-from ipatests.order_plugin import ordered
+from ipatests.pytest_plugins.ordering import ordered
log = log_mgr.get_logger(__name__)