diff options
author | Nigel Babu <nigelb@redhat.com> | 2018-07-27 13:02:05 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-08-07 19:48:57 +0530 |
commit | 82c94a926c1f1961932798257d18a2fc306f9393 (patch) | |
tree | a5d5aa43613182aa4d545bc4c0d10c123cf16fa2 /tests/functional/snapshot/test_validate_snap_scheduler.py | |
parent | e0bb79503c37843d02082b93425230f2afbbbde2 (diff) |
Fix spelling mistake across the codebase
Change-Id: I46fc2feffe6443af6913785d67bf310838532421
Diffstat (limited to 'tests/functional/snapshot/test_validate_snap_scheduler.py')
-rw-r--r-- | tests/functional/snapshot/test_validate_snap_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/snapshot/test_validate_snap_scheduler.py b/tests/functional/snapshot/test_validate_snap_scheduler.py index ea54f26d2..c8513ca22 100644 --- a/tests/functional/snapshot/test_validate_snap_scheduler.py +++ b/tests/functional/snapshot/test_validate_snap_scheduler.py @@ -127,7 +127,7 @@ class SnapshotSchedulerBehaviour(GlusterBaseClass): count += 2 self.assertEqual(status.strip().split(":")[2], ' Enabled', "Failed to check status of scheduler") - g.log.info("Successfuly checked scheduler status") + g.log.info("Successfully checked scheduler status") # Disable snap scheduler g.log.info("Starting to disable snapshot scheduler on all nodes") @@ -148,4 +148,4 @@ class SnapshotSchedulerBehaviour(GlusterBaseClass): count += 2 self.assertEqual(status.strip().split(":")[2], ' Disabled', "Failed to check status of scheduler") - g.log.info("Successfuly checked scheduler status") + g.log.info("Successfully checked scheduler status") |