From 8832a8ac463ee480762276bd19dc085a1f637f3f Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Fri, 30 Aug 2019 18:49:42 +0530 Subject: Fix pep8 errors in the files of the 'tests' dir Change-Id: I26c750c68055c6cc50de8015942d0d9725819aaf --- tests/functional/provisioning/test_storage_class_cases.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/functional/provisioning/test_storage_class_cases.py') 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])) -- cgit