summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/test_heketi_device_operations.py
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/test_heketi_device_operations.py
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/test_heketi_device_operations.py')
-rw-r--r--tests/functional/common/heketi/test_heketi_device_operations.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/common/heketi/test_heketi_device_operations.py b/tests/functional/common/heketi/test_heketi_device_operations.py
index 1c4b5457..0ad81f48 100644
--- a/tests/functional/common/heketi/test_heketi_device_operations.py
+++ b/tests/functional/common/heketi/test_heketi_device_operations.py
@@ -95,7 +95,7 @@ class TestHeketiDeviceOperations(HeketiBaseClass):
return online_hosts
def test_device_enable_disable(self):
- """Test case CNS-764. Test device enable and disable functionality."""
+ """Validate device enable and disable functionality"""
# Disable all but one device on the first online node
online_hosts = self.get_online_nodes_disable_redundant()
@@ -173,7 +173,7 @@ class TestHeketiDeviceOperations(HeketiBaseClass):
@ddt.data(True, False)
def test_device_remove_operation(self, delete_device):
- """Test cases CNS-623,766."""
+ """Validate remove/delete device using heketi-cli"""
gluster_server_0 = g.config["gluster_servers"].values()[0]
try:
@@ -326,7 +326,7 @@ class TestHeketiDeviceOperations(HeketiBaseClass):
"'%s' device." % (vol_info['id'], lowest_device_id))
def test_heketi_with_device_removal_insuff_space(self):
- """Test case CNS-624"""
+ """Validate heketi with device removal insufficient space"""
# Disable 4+ nodes and 3+ devices on the first 3 nodes
min_free_space_gb = 5