summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_readonly_option_on_volume.py
Commit message (Collapse)AuthorAgeFilesLines
* Shorten all the logs around verify_io_procsYaniv Kaul2018-07-171-8/+9
| | | | | | | | No functional change, just make the tests a bit more readable. It could be moved to a decorator later on, wrapping tests. Change-Id: I484bb8b46907ee8f33dfcf4c960737a21819cd6a Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
* Test read-only option on volumesRajesh Madaka2018-06-231-0/+156
-> Create volume -> Mount a volume -> set 'read-only on' on a volume -> perform some I/O's on mount point -> set 'read-only off' on a volume -> perform some I/O's on mount point Change-Id: Iab980b1fd51edd764ef38b329275d72f875bf3c0 Signed-off-by: Rajesh Madaka <rmadaka@redhat.com>