From dfe4514f6318dc89296abaade577d54f531bb58a Mon Sep 17 00:00:00 2001 From: Arthy Loganathan Date: Fri, 16 Jun 2017 14:31:20 +0530 Subject: Added documentation for installing latest version of gdeploy Change-Id: Ia653f5659a6e93037e22b835a87122d00d0b1d6a Signed-off-by: Arthy Loganathan --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c2c04a241..58ca375c3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ To automate/run glusto-tests we need to install the following packages: - glusto - glustolibs-gluster - glustolibs-io +- gdeploy How to install glusto: ---------------------- @@ -38,6 +39,11 @@ How to install the glustolibs-gluster and glustolibs-io libraries: # cd glusto-tests/glustolibs-io # python setup.py install +How to install gdeploy: +----------------------- +- Install latest version of gdeploy from below link. + https://copr.fedorainfracloud.org/coprs/sac/gdeploy/package/gdeploy/ + How to run the test case: ------------------------- - Create config file containing info about the servers, clients, volumes, -- cgit