Skip to content

Commit b45eb7c

Browse files
committed
Move mk_zypper rulespec to cmk/plugins/collection/rulesets/
Moves the migrated mk_zypper rulespec from the legacy location to its final home in cmk/plugins/collection/rulesets/, removes it from the legacy match type list, and updates the test import accordingly. Change-Id: I977beb3dacd188e1536ebc09107c9ce8be1b7198
1 parent b55fd56 commit b45eb7c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tests/unit/cmk/plugins/collection/rulesets/test_mk_zypper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import pytest
77

8-
from cmk.gui.plugins.legacy_bakery_rulesets.mk_zypper import migrate
8+
from cmk.plugins.collection.rulesets.mk_zypper import migrate
99

1010

1111
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)