summaryrefslogtreecommitdiffstats
path: root/doc/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Update install guide with RPM namePrashanth Pai2017-04-261-5/+3
| | | | | | | ...and fix some minor doc rendering. Change-Id: Ibec7a39bf2633026b106972d4d476d5734232b5f Signed-off-by: Prashanth Pai <ppai@redhat.com>
* Merge "functests: Change default host name to localhost"Humble Devassy Chirammal2016-02-171-1/+1
|\
| * functests: Change default host name to localhostPrashanth Pai2015-09-161-1/+1
| | | | | | | | | | | | | | | | | | Without this change, user (developer) will have to modify test.conf (tracked by git) every time he has to run functional tests or has to edit /etc/hosts and add entry for 'gfshost' Change-Id: I6d41a657b0cae614513e2925e73138da46ddaf04 Signed-off-by: Prashanth Pai <ppai@redhat.com>
* | updated dev guide to tell users to update their test.conf fileZandrr2015-07-201-0/+1
|/ | | | Change-Id: I86176486ad729b2dec16c60cddbd803354cc64bb
* Correcting the project url in READMEHumble Chirammal2015-02-241-2/+2
| | | | | Change-Id: I89224d961cba538bc732682e64f0658e5b5e7d80 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* Fix functional testsPrashanth Pai2014-05-191-1/+1
| | | | | | | | | | | | | | * The order of elements in list returned by listdir() can vary and may not be sorted. This caused assertEqual in "test_listdir" to fail. * Also, some systems may have xattrs belonging to selinux. So, a listxattr can list them too. * Allow hostname/ip and volume name to be configured easily by setting it in test.conf. This enables functional tests to use a non-local volume. * Cleanup volume before and after running functional tests. * Added MANIFEST.in and LICENSE file Change-Id: Icfa6eb60e8d8e7ed4d6ab8190a2a2c80688999a3 Signed-off-by: Prashanth Pai <ppai@redhat.com>
* adding information about tox and virtualenvThiago da Silva2014-03-171-4/+6
| | | | | | | | | | There's currently an issue with the latest version of tox and this is keeping people from running the tests. Installing the previous version is a workaround until the problem with tox is solved Change-Id: I3d8a842038f6265daf42c5624ef209bf248570a6 Signed-off-by: Thiago da Silva <thiago@redhat.com>
* Add Gerrit documentationLuis Pabon2014-02-131-23/+169
| | | | | Change-Id: I48df12b8627ef2b0c4dfedadcb90864e4a537019 Signed-off-by: Luis Pabon <lpabon@redhat.com>
* first libgfapi-python functional testsThiago da Silva2014-01-221-0/+130
adding a few functional tests and removing old tests from source code Change-Id: Iefcb091d614f2825592943cfb42847b5865322c6 Signed-off-by: Thiago da Silva <thiago@redhat.com>