summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster/block_libs.py
Commit message (Collapse)AuthorAgeFilesLines
* glustolibs: add functions for gluster-block operationsbhumikagoyal2018-08-291-0/+273
block_libs.py: Module for some gluster-block related helper functions like block info validation, checking if block exists etc. This module will call the functions in block_ops and the result will be used for further operations. These functions are either called from GlusterBlockBaseClass or can be called directly from testcases. block_ops.py: Module for gluster-block helper functions like block_create, block_delete, block_modify, block_info, block_list. The functions here will either be called from GlusterBlockBaseClass or block_libs.py or can be called directly from the testcases. Change-Id: I5d82ac32bbf27a2a6597ad275ff09b3601615f2b Signed-off-by: Bhumika Goyal <bgoyal@redhat.com>