summaryrefslogtreecommitdiffstats
path: root/tests/functional/test_heketi_restart.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_heketi_restart.py')
-rw-r--r--tests/functional/test_heketi_restart.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/functional/test_heketi_restart.py b/tests/functional/test_heketi_restart.py
index a06bf9c6..0c32fea2 100644
--- a/tests/functional/test_heketi_restart.py
+++ b/tests/functional/test_heketi_restart.py
@@ -1,17 +1,18 @@
from jsondiff import diff
-from cnslibs.common.baseclass import BaseClass
-from cnslibs.common.heketi_ops import (
+from openshiftstoragelibs.baseclass import BaseClass
+from openshiftstoragelibs.heketi_ops import (
heketi_topology_info,
- hello_heketi,
heketi_volume_create,
- heketi_volume_delete
+ heketi_volume_delete,
+ hello_heketi,
)
-from cnslibs.common.openshift_ops import (
+from openshiftstoragelibs.openshift_ops import (
get_pod_name_from_dc,
oc_delete,
wait_for_pod_be_ready,
- wait_for_resource_absence)
+ wait_for_resource_absence,
+)
class TestRestartHeketi(BaseClass):