summaryrefslogtreecommitdiffstats
path: root/tests/functional/provisioning/test_storage_class_cases.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-08-30 18:49:42 +0530
committerValerii Ponomarov <vponomar@redhat.com>2019-08-30 18:49:42 +0530
commit8832a8ac463ee480762276bd19dc085a1f637f3f (patch)
treee468105ebca57cc22970779d4367afb0696c4f36 /tests/functional/provisioning/test_storage_class_cases.py
parentd4e92d0e0b4cde1209e54d3edc1cc6796cc858ef (diff)
Fix pep8 errors in the files of the 'tests' dir
Change-Id: I26c750c68055c6cc50de8015942d0d9725819aaf
Diffstat (limited to 'tests/functional/provisioning/test_storage_class_cases.py')
-rw-r--r--tests/functional/provisioning/test_storage_class_cases.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/functional/provisioning/test_storage_class_cases.py b/tests/functional/provisioning/test_storage_class_cases.py
index 2e319f6c..cdf61d43 100644
--- a/tests/functional/provisioning/test_storage_class_cases.py
+++ b/tests/functional/provisioning/test_storage_class_cases.py
@@ -183,7 +183,7 @@ class TestStorageClassCases(BaseClass):
{"restuser": "fakeuser"},
{"volumenameprefix": "dept_qe"},
{"clusterids": "123456789abcdefg"},
- )
+ )
def test_sc_glusterfile_incorrect_parameter(self, parameter={}):
"""Validate glusterfile storage with different incorrect parameters"""
self.create_sc_with_parameter("glusterfile", parameter=parameter)
@@ -194,7 +194,7 @@ class TestStorageClassCases(BaseClass):
"restsecretnamespace": "fakerestnamespace"},
{"restuser": "fakeuser"},
{"clusterids": "123456789abcdefg"},
- )
+ )
def test_sc_glusterblock_incorrect_parameter(self, parameter={}):
"""Validate glusterblock storage with different incorrect parameters"""
self.create_sc_with_parameter("glusterblock", parameter=parameter)
@@ -341,6 +341,6 @@ class TestStorageClassCases(BaseClass):
self.ocp_master_node[0], "pv", ":spec.glusterfs.endpoints",
name=pv_name)
self.assertTrue(
- endpoint,
- "Failed to read Endpoints of %s on %s " % (
- pv_name, self.ocp_master_node[0]))
+ endpoint,
+ "Failed to read Endpoints of %s on %s " % (
+ pv_name, self.ocp_master_node[0]))