From 82c94a926c1f1961932798257d18a2fc306f9393 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Fri, 27 Jul 2018 13:02:05 +0530 Subject: Fix spelling mistake across the codebase Change-Id: I46fc2feffe6443af6913785d67bf310838532421 --- tests/functional/arbiter/brick_cases/test_brickcases.py | 2 +- tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py | 4 ++-- tests/functional/arbiter/test_mount_point_while_deleting_files.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/functional/arbiter') diff --git a/tests/functional/arbiter/brick_cases/test_brickcases.py b/tests/functional/arbiter/brick_cases/test_brickcases.py index 9cce9af03..a5e33f018 100755 --- a/tests/functional/arbiter/brick_cases/test_brickcases.py +++ b/tests/functional/arbiter/brick_cases/test_brickcases.py @@ -177,7 +177,7 @@ class GlusterArbiterVolumeTypeChangeClass(GlusterBaseClass): self.all_servers_info, replica_count=1, arbiter_count=1) self.assertTrue(ret, ("Failed to expand the volume %s", self.volname)) - g.log.info("Changing volume to arbiter volume is successfull %s", + g.log.info("Changing volume to arbiter volume is successful %s", self.volname) # Log Volume Info and Status after changing the volume type from 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 4fe2a8ba8..8d4130d1f 100644 --- a/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py +++ b/tests/functional/arbiter/brick_cases/test_replica3_to_arbiter.py @@ -124,14 +124,14 @@ class GlusterArbiterVolumeTypeClass(GlusterBaseClass): self.volname)) g.log.info("Volume %s : All process are online", self.volname) - # Adding the bricks to amke arbiter brick + # Adding the bricks to make arbiter brick g.log.info("Adding bricks to convert to Arbiter Volume") replica_arbiter = {'replica_count': 3, 'arbiter_count': 1} ret = expand_volume(self.mnode, self.volname, self.servers[2:], self.all_servers_info, add_to_hot_tier=False, **replica_arbiter) self.assertTrue(ret, ("Failed to expand the volume %s", self.volname)) - g.log.info("Changing volume to arbiter volume is successfull %s", + g.log.info("Changing volume to arbiter volume is successful %s", self.volname) # Log Volume Info and Status after expanding the volume diff --git a/tests/functional/arbiter/test_mount_point_while_deleting_files.py b/tests/functional/arbiter/test_mount_point_while_deleting_files.py index c8e4804ee..1bbdf279f 100755 --- a/tests/functional/arbiter/test_mount_point_while_deleting_files.py +++ b/tests/functional/arbiter/test_mount_point_while_deleting_files.py @@ -229,7 +229,7 @@ class VolumeSetDataSelfHealTests(GlusterBaseClass): ret = bring_bricks_offline(volname, bricks_to_bring_offline) self.assertTrue(ret, ("Failed to bring down the bricks. Please " "check the log file for more details.")) - g.log.info("Brought down the brick process for %s succesfully", + g.log.info("Brought down the brick process for %s successfully", bricks_to_bring_offline) # delete files on all mounts -- cgit