summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_volume_status.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix up coding style issues in testsNigel Babu2018-03-271-14/+15
| | | | Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7
* Test case for running continuously "get volume status volname inode"Rajesh Madaka2018-02-011-0/+170
comand limited number of times while io is in progress. Desc: Create any type of volume then mount the volume, once volume mounted successfully on client, start running IOs on mount point then run the "gluster volume status volname inode" command on all clusters randomly. "gluster volume status volname inode" command should not get hang while IOs in progress. Then check that IOs completed successfullly or not on mount point. Check that files in mount point listing properly or not. Change-Id: I48285ecb25235dadc82e30a750ad303b6e45fffd Signed-off-by: Rajesh Madaka <rmadaka@redhat.com>