summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_volume_create.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix up coding style issues in testsNigel Babu2018-03-271-7/+17
| | | | Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7
* glusterd test cases: validate volume create operationSanju Rakonde2018-02-271-0/+200
In this test case, volume create operations such as creating volume with non existing brick path, already used brick, already existing volume name, bring the bricks to online with volume start force, creating a volume with bricks in another cluster, creating a volume when one of the brick node is down are validated. Change-Id: I796c8e9023244c592c88116cf3baff52ddade48f Signed-off-by: Sanju Rakonde <srakonde@redhat.com>