diff options
Diffstat (limited to 'tests/functional/provisioning')
| -rw-r--r-- | tests/functional/provisioning/test_storage_class_cases.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/provisioning/test_storage_class_cases.py b/tests/functional/provisioning/test_storage_class_cases.py index f0c61182..ff78215d 100644 --- a/tests/functional/provisioning/test_storage_class_cases.py +++ b/tests/functional/provisioning/test_storage_class_cases.py @@ -181,6 +181,7 @@ class TestStorageClassCases(BaseClass):          {"secretnamespace": "fakenamespace"},          {"restuser": "fakeuser"},          {"volumenameprefix": "dept_qe"}, +        {"clusterids": "123456789abcdefg"},          )      def test_sc_glusterfile_incorrect_parameter(self, parameter={}):          """Validate glusterfile storage with different incorrect parameters""" @@ -191,6 +192,7 @@ class TestStorageClassCases(BaseClass):          {"restsecretname": "fakerestsecretname",           "restsecretnamespace": "fakerestnamespace"},          {"restuser": "fakeuser"}, +        {"clusterids": "123456789abcdefg"},          )      def test_sc_glusterblock_incorrect_parameter(self, parameter={}):          """Validate glusterblock storage with different incorrect parameters"""  | 
