summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_add_brick_replace_brick_fix_layout.py
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 /tests/functional/dht/test_add_brick_replace_brick_fix_layout.py
parent38a35ff0fbcfe361a33fd133d47a61ea2853d95e (diff)
[Testfix] Fixing minor typos in comment and docstring
Change-Id: I7cbc6422a6a6d2946440e51e8d540f47ccc9bf46 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'tests/functional/dht/test_add_brick_replace_brick_fix_layout.py')
-rw-r--r--tests/functional/dht/test_add_brick_replace_brick_fix_layout.py2
1 files changed, 1 insertions, 1 deletions
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.
"""