summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_heketi_volume_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_heketi_volume_operations.py')
-rw-r--r--tests/functional/heketi/test_heketi_volume_operations.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/functional/heketi/test_heketi_volume_operations.py b/tests/functional/heketi/test_heketi_volume_operations.py
index d7b9aa18..c5fc4f84 100644
--- a/tests/functional/heketi/test_heketi_volume_operations.py
+++ b/tests/functional/heketi/test_heketi_volume_operations.py
@@ -1,8 +1,10 @@
-from cnslibs.common.heketi_ops import (heketi_volume_delete,
- heketi_volume_create,
- heketi_volume_expand,
- heketi_volume_info)
-from cnslibs.common.baseclass import BaseClass
+from openshiftstoragelibs.baseclass import BaseClass
+from openshiftstoragelibs.heketi_ops import (
+ heketi_volume_create,
+ heketi_volume_delete,
+ heketi_volume_expand,
+ heketi_volume_info,
+)
class TestHeketiVolumeOperations(BaseClass):