summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_kill_brick_with_remove_brick.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add test to check kill brick with remove brick runningkshithijiyer2020-11-121-0/+128
Test case: 1. Create a volume, start it and mount it. 2. Create some data on the volume. 3. Start remove-brick on the volume. 4. When remove-brick is in progress kill brick process of a brick which is being remove. 5. Remove-brick should complete without any failures. Change-Id: I8b8740d0db82d3345279dee3f0f5f6e17160df47 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>