summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYaniv Kaul <ykaul@redhat.com>2018-07-16 11:38:10 +0300
committerNigel Babu <nigelb@redhat.com>2018-07-17 03:54:21 +0000
commit87f9679588c54c550447acdc8f0cc15626c7d881 (patch)
treec8b30b5d0e9363fe3d597ac9dcc61f53139a12e0 /README.md
parentc62087c81c5fe82f6b4cd898ca74e39e779b8ee1 (diff)
README.md: add references to glustolibs-misc.
Need to use it as well to run tests. Change-Id: I748b23883cd952e3de86d5652304c608ef17b843 Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6f757bac..b999f2d8d 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ To automate/run glusto-tests we need to install the following packages:
- glusto
- glustolibs-gluster
- glustolibs-io
+- glustolibs-misc
- gdeploy
How to install glusto:
@@ -34,12 +35,14 @@ One can use either of the two methods.
For more info refer the [docs](http://glusto.readthedocs.io/en/latest/userguide/install.html).
-How to install the glustolibs-gluster and glustolibs-io libraries:
+How to install the glustolibs-gluster, glustolibs-io and glustolibs-misc libraries:
-----------------------------------------------------------------
# git clone http://review.gluster.org/glusto-tests
# cd glusto-tests/glustolibs-gluster
# python setup.py install
- # cd glusto-tests/glustolibs-io
+ # cd ../../glusto-tests/glustolibs-io
+ # python setup.py install
+ # cd ../../glusto-tests/glustolibs-misc
# python setup.py install
How to install gdeploy: