diff options
author | vamahaja <vamahaja@redhat.com> | 2019-02-08 14:01:53 +0530 |
---|---|---|
committer | vponomar <vponomar@redhat.com> | 2019-02-22 11:22:41 +0000 |
commit | eb396cc001519bfc3d27061a81a7cbf0692e4853 (patch) | |
tree | 1606ea5579a8c1c8da34a980080782bf0f7fd8c5 /tests/functional/common/heketi/test_device_info.py | |
parent | d62b88c330a36142f8e0ac18c3713908e3ca26be (diff) |
Merged HeketiBaseClass to BaseClass
Renamed cns_baseclass.py to baseclass.py with updated BaseClass.
Merged HeketiBaseClass to BaseClass with appropriate changes.
Updated delete_volumes and delete_block_volumes methods used in
test case method with heketi_delete_volume and heketi_blockvolume-
delete.
Change-Id: I8f623f1692cd863dc8ff041f7e8525ee0dc84f7b
Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional/common/heketi/test_device_info.py')
-rw-r--r-- | tests/functional/common/heketi/test_device_info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/common/heketi/test_device_info.py b/tests/functional/common/heketi/test_device_info.py index d1214537..a48fd814 100644 --- a/tests/functional/common/heketi/test_device_info.py +++ b/tests/functional/common/heketi/test_device_info.py @@ -1,8 +1,8 @@ -from cnslibs.common import heketi_libs +from cnslibs.common.baseclass import BaseClass from cnslibs.common import heketi_ops -class TestHeketiDeviceInfo(heketi_libs.HeketiBaseClass): +class TestHeketiDeviceInfo(BaseClass): def test_heketi_devices_info_verification(self): """Validate whether device related information is displayed""" |