summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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.
"""