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/fuse_subdir/test_fusesubdir_with_quota_objects.py | 6 +++--- tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py | 2 +- .../functional/fuse_subdir/test_leveldownsubdir_with_multiclient.py | 4 ++-- tests/functional/fuse_subdir/test_multisubdir_with_multiclient.py | 4 ++-- tests/functional/fuse_subdir/test_quota_limits_fusesubdir_.py | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/functional/fuse_subdir') diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py b/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py index 10dc0ddb3..01ca474f2 100644 --- a/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py +++ b/tests/functional/fuse_subdir/test_fusesubdir_with_quota_objects.py @@ -171,7 +171,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): % (mount_object.mountpoint)) ret, _, _ = g.run(mount_object.client_system, cmd) self.assertEqual(ret, 0, "Failed to create files on mountpoint") - g.log.info("Files created succesfully on mountpoint") + g.log.info("Files created successfully on mountpoint") # Fetch Quota List object on the volume g.log.info("Get Quota list on the volume %s", @@ -215,7 +215,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): % (mount_object.mountpoint, i), parents=True) self.assertTrue(ret, "Failed to create directories" "on mountpoint") - g.log.info("Directories created succesfully on mountpoint") + g.log.info("Directories created successfully on mountpoint") # Get Quota List on the volume g.log.info("Get Quota list on the volume %s", @@ -240,7 +240,7 @@ class SubdirWithQuotaObject(GlusterBaseClass): else: self.assertTrue(ret, "Directory creation got failed" "on volume") - g.log.info("Direction creation successfull on volume") + g.log.info("Direction creation successful on volume") def tearDown(self): """ diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py index 8e060271d..30ac9eefb 100644 --- a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py +++ b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py @@ -220,7 +220,7 @@ class SubdirWithRemoveBrick(GlusterBaseClass): ret, _, _ = umount_volume(client, self.mpoint, self.mount_type) if ret != 0: - raise ExecutionError("Unmounting the moint point %s failed" + raise ExecutionError("Unmounting the mount point %s failed" % self.mpoint) g.log.info("Unmount Volume Successful") cmd = ("rm -rf %s") % self.mpoint diff --git a/tests/functional/fuse_subdir/test_leveldownsubdir_with_multiclient.py b/tests/functional/fuse_subdir/test_leveldownsubdir_with_multiclient.py index f7115cedd..eef05896c 100644 --- a/tests/functional/fuse_subdir/test_leveldownsubdir_with_multiclient.py +++ b/tests/functional/fuse_subdir/test_leveldownsubdir_with_multiclient.py @@ -60,7 +60,7 @@ class SubdirLevelDownDirMapping(GlusterBaseClass): ret, _, _ = g.run(self.mounts[0].client_system, cmd) self.assertEqual(ret, 0, "Failed to create Nested directories" "on mountpoint") - g.log.info("Nested Directories created succesfully on mountpoint") + g.log.info("Nested Directories created successfully on mountpoint") # unmount volume ret = self.unmount_volume(self.mounts) @@ -134,7 +134,7 @@ class SubdirLevelDownDirMapping(GlusterBaseClass): ret, _, _ = umount_volume(client, self.mpoint, self.mount_type) if ret == 1: - raise ExecutionError("Unmounting the moint point %s failed" + raise ExecutionError("Unmounting the mount point %s failed" % self.mpoint) g.log.info("Unmount Volume Successful") cmd = ("rm -rf %s") % self.mpoint diff --git a/tests/functional/fuse_subdir/test_multisubdir_with_multiclient.py b/tests/functional/fuse_subdir/test_multisubdir_with_multiclient.py index deb59520d..ccd513e15 100644 --- a/tests/functional/fuse_subdir/test_multisubdir_with_multiclient.py +++ b/tests/functional/fuse_subdir/test_multisubdir_with_multiclient.py @@ -59,7 +59,7 @@ class MultipleDirMappingClient(GlusterBaseClass): self.mounts[0].mountpoint)) ret, _, _ = g.run(self.mounts[0].client_system, cmd) self.assertEqual(ret, 0, "Failed to create directories on mountpoint") - g.log.info("Directories created succesfully on mountpoint") + g.log.info("Directories created successfully on mountpoint") # unmount volume ret = self.unmount_volume(self.mounts) @@ -127,7 +127,7 @@ class MultipleDirMappingClient(GlusterBaseClass): ret, _, _ = umount_volume(client, self.mpoint, self.mount_type) if ret == 1: - raise ExecutionError("Unmounting the moint point %s failed" + raise ExecutionError("Unmounting the mount point %s failed" % self.mpoint) g.log.info("Unmount Volume Successful") cmd = ("rm -rf %s") % self.mpoint diff --git a/tests/functional/fuse_subdir/test_quota_limits_fusesubdir_.py b/tests/functional/fuse_subdir/test_quota_limits_fusesubdir_.py index 4c6e0cf4a..b8b9206e4 100644 --- a/tests/functional/fuse_subdir/test_quota_limits_fusesubdir_.py +++ b/tests/functional/fuse_subdir/test_quota_limits_fusesubdir_.py @@ -200,7 +200,7 @@ class FuseSubdirQuotaTest(GlusterBaseClass): "count=1;done" % (mount_object.mountpoint)) ret, _, _ = g.run(mount_object.client_system, cmd) self.assertEqual(ret, 0, "Failed to create files on mountpoint") - g.log.info("Files created succesfully on mountpoint") + g.log.info("Files created successfully on mountpoint") # Again Get Quota List on the volume @@ -254,7 +254,7 @@ class FuseSubdirQuotaTest(GlusterBaseClass): ret, _, _ = g.run(self.clients[1], cmd) self.assertEqual(ret, 0, ("Failed to create files on %s" % self.clients[1])) - g.log.info("Files created succesfully on %s:%s", + g.log.info("Files created successfully on %s:%s", self.clients[1], self.subdir_mounts[1].mountpoint) def tearDown(self): -- cgit