From 5f73a49e5a92b867019dabc9a8ac251fa66b55df Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Thu, 10 Dec 2020 11:49:09 +0530 Subject: [Testfix] Fixing minor typos in comment and docstring Change-Id: I7cbc6422a6a6d2946440e51e8d540f47ccc9bf46 Signed-off-by: kshithijiyer --- tests/functional/dht/test_add_brick_rebalance_revised.py | 2 +- tests/functional/dht/test_add_brick_replace_brick_fix_layout.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/dht/test_add_brick_rebalance_revised.py b/tests/functional/dht/test_add_brick_rebalance_revised.py index 69d807d97..cc749f47a 100644 --- a/tests/functional/dht/test_add_brick_rebalance_revised.py +++ b/tests/functional/dht/test_add_brick_rebalance_revised.py @@ -109,7 +109,7 @@ class TestAddBrickRebalanceRevised(GlusterBaseClass): ("ln file_$i hardfile_$i", "Failed to create hard links for files")) - # Create 50 files on the mount point and create 40 hard links + # Create 50 files on the mount point and create 50 hard links # for the files. for operation, msg in ops: self._run_command_50_times(operation, msg) diff --git a/tests/functional/dht/test_add_brick_replace_brick_fix_layout.py b/tests/functional/dht/test_add_brick_replace_brick_fix_layout.py index 66f39ff24..783ca1800 100644 --- a/tests/functional/dht/test_add_brick_replace_brick_fix_layout.py +++ b/tests/functional/dht/test_add_brick_replace_brick_fix_layout.py @@ -82,7 +82,7 @@ class TestAddBrickReplaceBrickFixLayout(GlusterBaseClass): 1. Create a volume, start it and mount it. 2. Create files and dirs on the mount point. 3. Add bricks to the volume. - 4. Replace 2 old brick to the volume. + 4. Replace 2 old bricks to the volume. 5. Trigger rebalance fix layout and wait for it to complete. 6. Check layout on all the bricks through trusted.glusterfs.dht. """ -- cgit