summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rename_with_brick_min_free_limit_crossed.py
Commit message (Collapse)AuthorAgeFilesLines
* [Lib] Add get_usable_size_per_disk() to librarykshithijiyer2020-10-291-5/+2
| | | | | | | | | | Changes done in this patch: 1. Adding get_usable_size_per_disk() to lib_utils.py. 2. Removing the redundant code from dht/test_rename_with_brick_min_free_limit_crossed.py. Change-Id: I80c1d6124b7f0ce562d8608565f7c46fd8612d0d Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
* [Test] Add test to fill brick and perform renamekshithijiyer2020-10-121-0/+85
Test case: 1. Create a volume, start it and mount it. 2. Calculate the usable size and fill till it reachs min free limit 3. Rename the file 4. Try to perfrom I/O from mount point.(This should fail) Change-Id: Iaee9944b6ba676157ee2453d734a4335aac27811 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>