Skip to content

Commit

Permalink
testlib_refactor: rename containers.py to dockerized_execution.py
Browse files Browse the repository at this point in the history
Jira ticket: CMK-20440

Change-Id: I095a7f5ad44867020899d64bac6db1ae64ad4c23
  • Loading branch information
asyash26 committed Dec 12, 2024
1 parent 08ba9a8 commit 80bbafa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/run-dockerized.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__)))))

from tests.testlib.repo import current_base_branch_name
from tests.testlib.script_helpers.containers import execute_tests_in_container
from tests.testlib.script_helpers.dockerized_execution import execute_tests_in_container
from tests.testlib.version import CMKVersion, version_from_env

from cmk.ccc.version import Edition
Expand Down
File renamed without changes.

0 comments on commit 80bbafa

Please sign in to comment.