Skip to content

Commit

Permalink
Merge pull request red-hat-storage#10143 from vavuthu/remove_dynamic_…
Browse files Browse the repository at this point in the history
…class_variables

removed unused dynamic variable at class level
  • Loading branch information
petr-balogh authored Jul 18, 2024
2 parents ca793ba + fd7a27a commit bace443
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/lvmo/test_lvm_clone_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
)
from ocs_ci.framework.testlib import skipif_ocs_version, ManageTest, acceptance
from ocs_ci.ocs import constants
from ocs_ci.utility.utils import get_ocp_version
from ocs_ci.ocs.cluster import LVM
from ocs_ci.ocs.resources.pod import cal_md5sum
from ocs_ci.ocs.exceptions import Md5CheckFailed
Expand Down Expand Up @@ -44,7 +43,6 @@ class TestLvmSnapshot(ManageTest):
"""

ocp_version = get_ocp_version()
pvc_size = 100
access_mode = constants.ACCESS_MODE_RWO

Expand Down
2 changes: 0 additions & 2 deletions tests/lvmo/test_lvm_multi_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
)
from ocs_ci.framework.testlib import skipif_ocs_version, ManageTest, acceptance
from ocs_ci.ocs import constants
from ocs_ci.utility.utils import get_ocp_version
from ocs_ci.ocs.cluster import LVM
from ocs_ci.ocs.resources.pod import cal_md5sum
from ocs_ci.ocs.exceptions import Md5CheckFailed
Expand Down Expand Up @@ -47,7 +46,6 @@ class TestLvmMultiClone(ManageTest):
"""

ocp_version = get_ocp_version()
pvc_size = 100
access_mode = constants.ACCESS_MODE_RWO
pvc_num = 5
Expand Down
2 changes: 0 additions & 2 deletions tests/lvmo/test_lvm_multi_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
)
from ocs_ci.framework.testlib import skipif_ocs_version, ManageTest, acceptance
from ocs_ci.ocs import constants
from ocs_ci.utility.utils import get_ocp_version
from ocs_ci.ocs.cluster import LVM
from ocs_ci.ocs.resources.pod import cal_md5sum
from ocs_ci.ocs.exceptions import Md5CheckFailed
Expand Down Expand Up @@ -47,7 +46,6 @@ class TestLvmMultiSnapshot(ManageTest):
"""

ocp_version = get_ocp_version()
pvc_size = 100
access_mode = constants.ACCESS_MODE_RWO
pvc_num = 5
Expand Down
2 changes: 0 additions & 2 deletions tests/lvmo/test_lvm_snapshot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
)
from ocs_ci.framework.testlib import skipif_ocs_version, ManageTest, acceptance
from ocs_ci.ocs import constants
from ocs_ci.utility.utils import get_ocp_version
from ocs_ci.ocs.cluster import LVM
from ocs_ci.ocs.resources.pod import cal_md5sum
from ocs_ci.ocs.exceptions import Md5CheckFailed
Expand Down Expand Up @@ -44,7 +43,6 @@ class TestLvmSnapshot(ManageTest):
"""

ocp_version = get_ocp_version()
pvc_size = 100
access_mode = constants.ACCESS_MODE_RWO

Expand Down

0 comments on commit bace443

Please sign in to comment.