summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rebalance_multiple_shrinks.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add TC to test multiple volume shrinks and rebalanceHEADmasterBarak Sason Rofman2021-03-091-0/+87
Test case: 1. Modify the distribution count of a volume 2. Create a volume, start it and mount it 3. Create some file on mountpoint 4. Collect arequal checksum on mount point pre-rebalance 5. Do the following 3 times: 6. Shrink the volume 7. Collect arequal checksum on mount point post-rebalance and compare with value from step 4 Change-Id: Ib64575e759617684009c68d8b6bb5f011c553b55 Signed-off-by: Barak Sason Rofman <bsasonro@redhat.com>