summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_check_brick_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_check_brick_paths.py')
-rw-r--r--tests/functional/heketi/test_check_brick_paths.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/functional/heketi/test_check_brick_paths.py b/tests/functional/heketi/test_check_brick_paths.py
index 1b5aa32d..3c8aa6df 100644
--- a/tests/functional/heketi/test_check_brick_paths.py
+++ b/tests/functional/heketi/test_check_brick_paths.py
@@ -1,9 +1,11 @@
from glusto.core import Glusto as g
-from cnslibs.common.baseclass import BaseClass
-from cnslibs.common.heketi_ops import (heketi_volume_create,
- heketi_volume_delete)
-from cnslibs.common import openshift_ops
+from openshiftstoragelibs.baseclass import BaseClass
+from openshiftstoragelibs.heketi_ops import (
+ heketi_volume_create,
+ heketi_volume_delete,
+)
+from openshiftstoragelibs import openshift_ops
class TestHeketiVolume(BaseClass):