summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/test_server_state_examine_gluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/common/heketi/test_server_state_examine_gluster.py')
-rw-r--r--tests/functional/common/heketi/test_server_state_examine_gluster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/common/heketi/test_server_state_examine_gluster.py b/tests/functional/common/heketi/test_server_state_examine_gluster.py
index 5b904e8f..f74366ed 100644
--- a/tests/functional/common/heketi/test_server_state_examine_gluster.py
+++ b/tests/functional/common/heketi/test_server_state_examine_gluster.py
@@ -1,10 +1,10 @@
-from cnslibs.cns import cns_baseclass
+from cnslibs.common.baseclass import BaseClass
from cnslibs.common import heketi_ops
from cnslibs.common import heketi_version
from cnslibs.common import openshift_ops
-class TestHeketiServerStateExamineGluster(cns_baseclass.BaseClass):
+class TestHeketiServerStateExamineGluster(BaseClass):
def setUp(self):
self.node = self.ocp_master_node[0]