summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/test_check_entries.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-12-15 23:40:26 +0530
committerValerii Ponomarov <vponomar@redhat.com>2018-12-15 23:40:26 +0530
commit90170d48e5d5190e1f552cb4792a5e093e30f8d0 (patch)
treeda84bd2926f9f993f32b623e9f941f3c034b06d5 /tests/functional/common/heketi/test_check_entries.py
parent480d47278e7e82ca596622da8db45ef6f4bde8d9 (diff)
Cleanup base classes
Remove unused/dead code from base classes. Change-Id: Ib355e0282541c60297c1b240f7ff8df3f06d9d69
Diffstat (limited to 'tests/functional/common/heketi/test_check_entries.py')
-rw-r--r--tests/functional/common/heketi/test_check_entries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/common/heketi/test_check_entries.py b/tests/functional/common/heketi/test_check_entries.py
index be7add9e..92e682d9 100644
--- a/tests/functional/common/heketi/test_check_entries.py
+++ b/tests/functional/common/heketi/test_check_entries.py
@@ -1,12 +1,12 @@
from glusto.core import Glusto as g
-from cnslibs.common.heketi_libs import HeketiClientSetupBaseClass
+from cnslibs.common.heketi_libs import HeketiBaseClass
from cnslibs.common.heketi_ops import (heketi_volume_create,
heketi_volume_delete)
from cnslibs.common.openshift_ops import get_ocp_gluster_pod_names
-class TestHeketiVolume(HeketiClientSetupBaseClass):
+class TestHeketiVolume(HeketiBaseClass):
"""Check volume bricks presence in fstab files on Gluster PODs."""
def _find_bricks_in_fstab_files(self, brick_paths, present):