diff options
| author | Valerii Ponomarov <vponomar@redhat.com> | 2018-12-15 23:40:26 +0530 |
|---|---|---|
| committer | Valerii Ponomarov <vponomar@redhat.com> | 2018-12-15 23:40:26 +0530 |
| commit | 90170d48e5d5190e1f552cb4792a5e093e30f8d0 (patch) | |
| tree | da84bd2926f9f993f32b623e9f941f3c034b06d5 /tests/functional/common/gluster_block | |
| parent | 480d47278e7e82ca596622da8db45ef6f4bde8d9 (diff) | |
Cleanup base classes
Remove unused/dead code from base classes.
Change-Id: Ib355e0282541c60297c1b240f7ff8df3f06d9d69
Diffstat (limited to 'tests/functional/common/gluster_block')
| -rw-r--r-- | tests/functional/common/gluster_block/test_restart_gluster_block.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/common/gluster_block/test_restart_gluster_block.py b/tests/functional/common/gluster_block/test_restart_gluster_block.py index c46460a0..aa2b1e62 100644 --- a/tests/functional/common/gluster_block/test_restart_gluster_block.py +++ b/tests/functional/common/gluster_block/test_restart_gluster_block.py @@ -1,4 +1,4 @@ -from cnslibs.common.heketi_libs import HeketiClientSetupBaseClass +from cnslibs.common.heketi_libs import HeketiBaseClass from cnslibs.common.heketi_ops import ( heketi_blockvolume_create, heketi_blockvolume_delete) @@ -9,7 +9,7 @@ from cnslibs.common.openshift_ops import ( wait_for_resource_absence) -class TestRestartGlusterBlockPod(HeketiClientSetupBaseClass): +class TestRestartGlusterBlockPod(HeketiBaseClass): def test_restart_gluster_block_provisioner_pod(self): # CNS-542 - Restart gluster-block provisioner pod |
