summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_sudo.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-03-20 11:34:17 +0100
committerTomas Krizek <tkrizek@redhat.com>2017-03-22 13:42:04 +0100
commit313ae46b573b4cac1075dc1b5bd7294424fabfdb (patch)
tree66f9b88eaab16f74c91677cf4965806d0ec3d61e /ipatests/test_integration/test_sudo.py
parent1406dbc8c223ac0894088146bfe2a8ef0688097a (diff)
downloadfreeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.tar.gz
freeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.tar.xz
freeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.zip
Move tasks module to ipatests.pytest_plugins.integration.tasks
https://pagure.io/freeipa/issue/6798 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Milan Kubik <mkubik@redhat.com>
Diffstat (limited to 'ipatests/test_integration/test_sudo.py')
-rw-r--r--ipatests/test_integration/test_sudo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_sudo.py b/ipatests/test_integration/test_sudo.py
index 1fbdee3f6..37d0df8ae 100644
--- a/ipatests/test_integration/test_sudo.py
+++ b/ipatests/test_integration/test_sudo.py
@@ -20,7 +20,8 @@
import pytest
from ipatests.test_integration.base import IntegrationTest
-from ipatests.test_integration.tasks import clear_sssd_cache, modify_sssd_conf
+from ipatests.pytest_plugins.integration.tasks import (
+ clear_sssd_cache, modify_sssd_conf)
from ipatests.test_integration import util