summaryrefslogtreecommitdiffstats
path: root/tools/generate_glusto_config/README.md
blob: ce0455d69c3ff417b2de0fb393e19608e654701c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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)