summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/test_heketi_volume_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/common/heketi/test_heketi_volume_operations.py')
-rw-r--r--tests/functional/common/heketi/test_heketi_volume_operations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/common/heketi/test_heketi_volume_operations.py b/tests/functional/common/heketi/test_heketi_volume_operations.py
index f82521c5..d7b9aa18 100644
--- a/tests/functional/common/heketi/test_heketi_volume_operations.py
+++ b/tests/functional/common/heketi/test_heketi_volume_operations.py
@@ -2,10 +2,10 @@ from cnslibs.common.heketi_ops import (heketi_volume_delete,
heketi_volume_create,
heketi_volume_expand,
heketi_volume_info)
-from cnslibs.common.heketi_libs import HeketiBaseClass
+from cnslibs.common.baseclass import BaseClass
-class TestHeketiVolumeOperations(HeketiBaseClass):
+class TestHeketiVolumeOperations(BaseClass):
"""
Class to test heketi volume operations - create, expand
"""