summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2019-12-09 14:23:06 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-18 05:23:50 +0000
commitf3c3e667776810f8155a73f18eccc07f04f0c38b (patch)
tree542c8455b12d0b0e2cb1149b9481e54463a41dbb /README.md
parentc0fa7cfb52803a75af7faf374c155517f9d5e644 (diff)
[Tool] Support for rsync, append, overwrite and truncate in file_dir_ops
Adding support for the below IO in file_dir_ops: 1. rsync 2. append 3. overwrite 4. truncate Changes required in CentOS-CI are submitted through the below pull request: https://github.com/gluster/centosci/pull/79 Change-Id: I0e5bc33894414ec885b2b6728a08e811b7982082 Co-authored-by: Ambarish Soman <asoman@redhat.com> Signed-off-by: Ambarish Soman <asoman@redhat.com> Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9672ba7e3..dc1f2b83f 100644
--- a/README.md
+++ b/README.md
@@ -51,13 +51,14 @@ How to install gdeploy:
To install glusto-tests dependencies:
--------------------------------------------------
-- `python-docx` and `numpy` has to be installed to run IO and validate it on client node.
+- `python-docx`, `sh` and `numpy` has to be installed to run IO and validate it on client node.
- To install run :
# curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
# python get-pip.py
# pip install --pre python-docx
# pip install numpy
+ # pip inatall sh
- `arequal` needs to be installed on all servers and clients.
- To install download the below repo into /etc/yum.repos.d/