diff options
-rw-r--r-- | tests/functional/common/provisioning/test_storage_class_cases.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/common/provisioning/test_storage_class_cases.py b/tests/functional/common/provisioning/test_storage_class_cases.py index 47d6dd06..8852677c 100644 --- a/tests/functional/common/provisioning/test_storage_class_cases.py +++ b/tests/functional/common/provisioning/test_storage_class_cases.py @@ -78,9 +78,10 @@ class TestStorageClassCases(cns_baseclass.CnsBaseClass): {"secretname": "fakesecretname"}, {"secretnamespace": "fakenamespace"}, {"restuser": "fakeuser"}, + {"volumenameprefix": "dept_qe"}, ) def test_sc_glusterfile_incorrect_parameter(self, parameter={}): - """ Polarion testcase id- CNS-708,709,713,714,715 """ + """Polarion testcase id- CNS-708,709,713,714,715,921""" self.sc_incorrect_parameter("glusterfile", parameter) @ddt.data( |