summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_time_taken_for_ls.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Check perfromance of ls on distributed volumeskshithijiyer2020-12-031-0/+105
Test case: 1. Create a volume of type distributed-replicated or distributed-arbiter or distributed-dispersed and start it. 2. Mount the volume to clients and create 2000 directories and 10 files inside each directory. 3. Wait for I/O to complete on mount point and perform ls (ls should complete within 10 seconds). Change-Id: I5c08c185f409b23bd71de875ad1d0236288b0dcc Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>