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_check_entries.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_check_entries.py')
-rw-r--r-- | tests/functional/common/heketi/test_check_entries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/common/heketi/test_check_entries.py b/tests/functional/common/heketi/test_check_entries.py index 92e682d9..e8479226 100644 --- a/tests/functional/common/heketi/test_check_entries.py +++ b/tests/functional/common/heketi/test_check_entries.py @@ -27,7 +27,7 @@ class TestHeketiVolume(HeketiBaseClass): assertion_method(brick_path, fstab_files_data) def test_to_check_entry_in_fstab_file(self): - """Test case CNS-778""" + """Validate /etc/fstab entries after creation/deletion of volume""" # Create heketi volume vol = heketi_volume_create( |