summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2020-12-10 11:49:09 +0530
committerkshithijiyer <kshithij.ki@gmail.com>2020-12-10 11:49:09 +0530
commit5f73a49e5a92b867019dabc9a8ac251fa66b55df (patch)
tree5c0805b68568e7594a8b9cbcbe549be6a96922c8
parent38a35ff0fbcfe361a33fd133d47a61ea2853d95e (diff)
[Testfix] Fixing minor typos in comment and docstring
Change-Id: I7cbc6422a6a6d2946440e51e8d540f47ccc9bf46 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
-rw-r--r--tests/functional/dht/test_add_brick_rebalance_revised.py2
-rw-r--r--tests/functional/dht/test_add_brick_replace_brick_fix_layout.py2
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.
"""