From fb5145be2db1a7c96b008af8a40e3b7b18df9673 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 5 Mar 2018 15:49:23 +0530 Subject: Fix up coding style issues in tests Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7 --- .../functional/arbiter/brick_cases/test_replica3_to_arbiter.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/functional/arbiter') diff --git a/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py b/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py index 2bfd7c8d0..4fe2a8ba8 100644 --- a/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py +++ b/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py @@ -42,11 +42,10 @@ class GlusterArbiterVolumeTypeClass(GlusterBaseClass): if cls.volume_type == "replicated": cls.volume['voltype'] = { - 'type': 'replicated', - 'replica_count': 3, - 'dist_count': 3, - 'transport': 'tcp' - } + 'type': 'replicated', + 'replica_count': 3, + 'dist_count': 3, + 'transport': 'tcp'} def setUp(self): """ @@ -79,6 +78,7 @@ class GlusterArbiterVolumeTypeClass(GlusterBaseClass): Description:- Reduce the replica count from replica 3 to arbiter """ + # pylint: disable=too-many-statements # Log Volume Info and Status g.log.info("Logging volume info and Status") ret = log_volume_info_and_status(self.mnode, self.volname) -- cgit