summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_one_brick_full_add_brick_rebalance.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add test to add brick rebal with one brick fullkshithijiyer2020-11-091-0/+139
Test case: 1. Create a pure distribute volume with 3 bricks. 2. Start it and mount it on client. 3. Fill one disk of the volume till it's full 4. Add brick to volume, start rebalance and wait for it to complete. 5. Check arequal checksum before and after add brick should be same. 6. Check if link files are present on bricks or not. Change-Id: I4645a3eea33fefe78d48805a3794556b81b189bc Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>