From f3c3e667776810f8155a73f18eccc07f04f0c38b Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 9 Dec 2019 14:23:06 +0530 Subject: [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 Signed-off-by: Ambarish Soman Signed-off-by: kshithijiyer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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/ -- cgit