summaryrefslogtreecommitdiffstats
path: root/tools/generate_glusto_config/README.md
diff options
context:
space:
mode:
authorArthy Loganathan <aloganat@redhat.com>2020-12-15 23:03:58 +0530
committerBala Konda Reddy M <bala12352@gmail.com>2020-12-18 10:12:24 +0000
commite18eccbdf53279926314ffbe8b9fca57ebb7445e (patch)
tree931cdc1f3d7349bfd89cf7750b5f37986da8f232 /tools/generate_glusto_config/README.md
parent99c01ca8e9ca89be5705102e12cdc29abc1cb8ed (diff)
[Tool] Tool to generate config file for executing glusto tests
Change-Id: Ie8fc6949b79b6e91c1be210c90a4ef25cfb81754 Signed-off-by: Arthy Loganathan <aloganat@redhat.com>
Diffstat (limited to 'tools/generate_glusto_config/README.md')
-rw-r--r--tools/generate_glusto_config/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/generate_glusto_config/README.md b/tools/generate_glusto_config/README.md
new file mode 100644
index 000000000..ce0455d69
--- /dev/null
+++ b/tools/generate_glusto_config/README.md
@@ -0,0 +1,34 @@
+# generate_glusto_config
+Tool to generate config file for executing glusto tests.
+
+## Prerequisites
+Python 3.x
+
+## Installation
+1. Change directory to the project directory.
+
+```
+# cd tools/generate_glusto_config
+```
+
+2. Now run the installation script.
+
+```
+# python3 setup.py install
+```
+
+3. To check run:
+
+```
+# generate_glusto_config --help
+```
+
+## Usage
+Pass arguments to the script as shown below:
+
+```
+# generate_glusto_config -c examples/sample_glusto_config.yaml -t glusto_config_template.jinja -o output_config.yml
+```
+
+## Licence
+[GPLv3](https://github.com/gluster/glusto-tests/blob/master/LICENSE)