summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_add_brick_rebalance_with_rsync_in_progress.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add test to add brick with IO & rsync runningkshithijiyer2020-09-071-0/+151
Test case: 1. Create, start and mount a volume. 2. Create a directory on the mount point and start linux utar. 3. Create another directory on the mount point and start rsync of linux untar directory. 4. Add bricks to the volume 5. Trigger rebalance on the volume. 6. Wait for rebalance to complete on volume. 7. Wait for I/O to complete. 8. Validate if checksum of both the untar and rsync is same. Change-Id: I008c65b1783d581129b4c35f3ff90642fffe29d8 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>