summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_volume_operations.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix up coding style issues in testsNigel Babu2018-03-271-19/+106
| | | | Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7
* glusterd test cases: validating volume creation with bricks on root pathSanju Rakonde2018-02-011-0/+169
In this test case, 1.volume creation on root brick path without force and with force are validated. 2.deleting a brick manually and then strating the volume with force should not bring that brick into online, this is validated. 3.Ater clearing all attributes, we should be able to create another volume with previously used bricks, it is validated. Change-Id: I7fbf241c7e0fee276ff5f68b47a7a89e928f367c Signed-off-by: Sanju Rakonde <srakonde@redhat.com>