summaryrefslogtreecommitdiffstats
path: root/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py')
-rw-r--r--tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py10
1 files changed, 5 insertions, 5 deletions
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)