summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-10-31 09:53:00 +0000
committerGerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com>2018-10-31 09:53:00 +0000
commit89bcfe40d862b6a3b4d52cd38204f4f451eb3b59 (patch)
treeb5ae4b26744a511758b3d25f896541791ed23dda /tests/functional
parent123eaee2b4ff4a63cbc04380aa59b0734e95c441 (diff)
parent6e08754408525dfcaeafbd487b5f3954d005414d (diff)
Merge "[CNS-921] Try to create PVC with underscore in the vol name prefix"
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/common/provisioning/test_storage_class_cases.py3
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(