summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/heketi_tests
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2019-01-08 13:10:59 +0530
committervamahaja <vamahaja@redhat.com>2019-01-11 16:00:49 +0530
commitefd7f6ffac516076a1201d2caeff3dc9edba3ab1 (patch)
tree55e9ad8d5cf4bc18baa01697a0f034b9f944d9bb /tests/functional/common/heketi/heketi_tests
parente94f3f8aa30b62f4044db6aa6be6826d4e4420d5 (diff)
[RHGSQE-108] Removed polarion test case ID's and updated description
Change-Id: I9ab3c6bea56a02f76ce818ee095ffe4afc0e64c0 Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional/common/heketi/heketi_tests')
-rw-r--r--tests/functional/common/heketi/heketi_tests/test_disabling_device.py2
-rw-r--r--tests/functional/common/heketi/heketi_tests/test_heketi_create_volume.py17
2 files changed, 6 insertions, 13 deletions
diff --git a/tests/functional/common/heketi/heketi_tests/test_disabling_device.py b/tests/functional/common/heketi/heketi_tests/test_disabling_device.py
index 5d5e867c..6139f64d 100644
--- a/tests/functional/common/heketi/heketi_tests/test_disabling_device.py
+++ b/tests/functional/common/heketi/heketi_tests/test_disabling_device.py
@@ -10,7 +10,7 @@ from cnslibs.common import podcmd
class TestDisableHeketiDevice(heketi_libs.HeketiBaseClass):
@podcmd.GlustoPod()
def test_create_volumes_enabling_and_disabling_heketi_devices(self):
- """Test case CNS-763"""
+ """Validate enable/disable of heketi device"""
# Get nodes info
node_id_list = heketi_ops.heketi_node_list(
diff --git a/tests/functional/common/heketi/heketi_tests/test_heketi_create_volume.py b/tests/functional/common/heketi/heketi_tests/test_heketi_create_volume.py
index e826de4d..b03e5e30 100644
--- a/tests/functional/common/heketi/heketi_tests/test_heketi_create_volume.py
+++ b/tests/functional/common/heketi/heketi_tests/test_heketi_create_volume.py
@@ -28,8 +28,7 @@ class TestHeketiVolume(HeketiBaseClass):
@podcmd.GlustoPod()
def test_volume_create_and_list_volume(self):
- """Make sure that Heketi vol creation creates just one Gluster vol."""
-
+ """Validate heketi and gluster volume list"""
g.log.info("List gluster volumes before Heketi volume creation")
existing_g_vol_list = get_volume_list('auto_get_gluster_endpoint')
self.assertTrue(existing_g_vol_list, ("Unable to get volumes list"))
@@ -73,10 +72,7 @@ class TestHeketiVolume(HeketiBaseClass):
@podcmd.GlustoPod()
def test_create_vol_and_retrieve_vol_info(self):
- """
- Create a heketi volume and retrieve the volume info
- and get gluster volume info
- """
+ """Validate heketi and gluster volume info"""
g.log.info("Create a heketi volume")
out = heketi_volume_create(self.heketi_client_node,
@@ -101,10 +97,7 @@ class TestHeketiVolume(HeketiBaseClass):
g.log.info("Successfully got the volume info %s" % name)
def test_to_check_deletion_of_cluster(self):
- """
- Deletion of a cluster with volumes
- and/ or nodes should fail
- """
+ """Validate deletion of cluster with volumes"""
# List heketi volumes
g.log.info("List heketi volumes")
volumes = heketi_volume_list(self.heketi_client_node,
@@ -152,7 +145,7 @@ class TestHeketiVolume(HeketiBaseClass):
g.log.info("All heketi cluster successfully listed")
def test_to_check_deletion_of_node(self):
- """Deletion of a node which contains devices"""
+ """Validate deletion of a node which contains devices"""
# Create Heketi volume to make sure we have devices with usages
heketi_url = self.heketi_server_url
@@ -202,7 +195,7 @@ class TestHeketiVolume(HeketiBaseClass):
self.assertEqual(node_info['state'].lower(), 'online')
def test_blockvolume_create_no_free_space(self):
- """Test case CNS-550"""
+ """Validate error is returned when free capacity is exhausted"""
# Create first small blockvolume
blockvol1 = heketi_blockvolume_create(