summaryrefslogtreecommitdiffstats
path: root/tests/test_storage.py
Commit message (Collapse)AuthorAgeFilesLines
* git-nagios-common : fixed the unittest errorNishanth Thomas2014-05-051-5/+4
| | | | | | | | | | | | Fixed the issues with UT due to refactoring of getDisksForBrick function Change-Id: Iae2737913d35d117f8160e3f985d9f07d9f9e333 Signed-off-by: Nishanth Thomas <nthomas@redhat.com> Reviewed-on: http://review.gluster.org/7675 Reviewed-by: Kanagaraj M <kmayilsa@redhat.com> Tested-by: Nishanth Thomas <nishusemail@gmail.com> Reviewed-by: Bala FA <barumuga@redhat.com>
* gluster-nagios-common: test_storage.py fixesShubhendu Tripathi2014-04-281-3/+21
| | | | | | | | Fixed test case failures related to command execution in test_storage.py Change-Id: I056b03d4a41ce884e8ed03bd446ea189d556cd7d Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com>
* glustercli: Changed return code when quota not enabledSahina Bose2014-04-281-3/+2
| | | | | | | | | When quota is not enabled the gluster cli command fails and was giving the wrong status. Fixed this. Change-Id: Ibf9709f7ccd17565473d5a258b323123f6904b82 Signed-off-by: Sahina Bose <sabose@redhat.com>
* gluster-nagios-comon: Minor pep8 fixShubhendu Tripathi2014-04-281-1/+2
| | | | | Change-Id: If4a253b347ea60ce18c43cd88bd946e9b62e491f Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com>
* gluster-nagios-common: Fixed test failure for glusterShubhendu Tripathi2014-04-281-2/+9
| | | | | | | Fixed the test failure because of gluster command Change-Id: Ica6cd01c17e6bc9a9951bfe2c488eb6a359af447 Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com>
* gluster-nagios-common: Added test cases to make fileShubhendu Tripathi2014-04-281-5/+4
| | | | | | | | Added test cases test_glustercli and test_storage to the make file Change-Id: Ia75c7abbad565ee505ccb150b1806246ba81eedb Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com>
* gluster-nagios-common: Added storage utils moduleShubhendu Tripathi2014-04-281-0/+391
Introduced storage device utils module Change-Id: I738b46b0750deaf91b896a8edab07b5f1a692ddb Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22254 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>