mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
Tomas Krizek
parent
1406dbc8c2
commit
313ae46b57
@@ -32,6 +32,7 @@ from ipapython import ipautil
|
||||
from ipapython.ipa_log_manager import log_mgr
|
||||
from .config import Config
|
||||
from .env_config import get_global_config
|
||||
from . import tasks
|
||||
|
||||
log = log_mgr.get_logger(__name__)
|
||||
|
||||
@@ -154,9 +155,6 @@ def integration_logs(class_integration_logs, request):
|
||||
def mh(request, class_integration_logs):
|
||||
"""IPA's multihost fixture object
|
||||
"""
|
||||
# TODO: cleanup modules
|
||||
from ipatests.test_integration import tasks
|
||||
|
||||
cls = request.cls
|
||||
|
||||
domain_description = {
|
||||
|
||||
1248
ipatests/pytest_plugins/integration/tasks.py
Normal file
1248
ipatests/pytest_plugins/integration/tasks.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user