diff options
author | vamahaja <vamahaja@redhat.com> | 2019-01-08 13:10:59 +0530 |
---|---|---|
committer | vamahaja <vamahaja@redhat.com> | 2019-01-11 16:00:49 +0530 |
commit | efd7f6ffac516076a1201d2caeff3dc9edba3ab1 (patch) | |
tree | 55e9ad8d5cf4bc18baa01697a0f034b9f944d9bb /tests/functional/common/heketi/test_device_info.py | |
parent | e94f3f8aa30b62f4044db6aa6be6826d4e4420d5 (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_device_info.py')
-rw-r--r-- | tests/functional/common/heketi/test_device_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/common/heketi/test_device_info.py b/tests/functional/common/heketi/test_device_info.py index b24390ad..d1214537 100644 --- a/tests/functional/common/heketi/test_device_info.py +++ b/tests/functional/common/heketi/test_device_info.py @@ -5,7 +5,7 @@ from cnslibs.common import heketi_ops class TestHeketiDeviceInfo(heketi_libs.HeketiBaseClass): def test_heketi_devices_info_verification(self): - """Test case CNS-765""" + """Validate whether device related information is displayed""" # Get devices from topology info devices_from_topology = {} |