summaryrefslogtreecommitdiffstats
path: root/unittests.sh
Commit message (Collapse)AuthorAgeFilesLines
* renamed unittests.sh to match func tests scriptThiago da silva2016-08-041-15/+0
| | | | | | | Also, added .gitreview to make it easy to setup git-review Change-Id: Ie3b3471b157e8fa8ccee73d0d91c03cdfef07d10 Signed-off-by: Thiago da silva <thiago@dhcp-41-115.bos.redhat.com>
* Fix license discrepanciesPrashanth Pai2016-06-171-14/+5
| | | | | | | | | | The repo had mixed references to both Apache BSD license and GPL licenses. This change removes references to Apache license. The license of this project is now same as that of GlusterFS. Change-Id: I39b72f59d14af304729560dd1d59fe307cd1ac1d Signed-off-by: Prashanth Pai <ppai@redhat.com>
* Rename module name from glusterfs to glusterHumble Chirammal2015-04-251-1/+1
| | | | | | | | | | | | | The goal is to consolidate all gluster related python packages under single namespace "gluster". From client's perspective, it was: from glusterfs import gfapi Henceforth, it wil be: from gluster import gfapi Change-Id: If2509f570563ae7660892963607c9474313f803c Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* Fix minor typo in unit testPrashanth Pai2014-03-261-0/+24
* Changed package to be covered from gluster to glusterfs. * Also, added script to run unit tests without tox. * Updated setup.py to be more specific. Change-Id: I148f522153b75f066753a807719e38699d48b1fd Signed-off-by: Prashanth Pai <ppai@redhat.com>