s3-tests-parser/README.md
Denis Kirillov ca943e1dc8 Support result formatting
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-09-01 12:08:49 +03:00

23 lines
384 B
Markdown

# FrostFS S3 Tests parser
This is handy util to form compatibility s3 tests results.
## Getting started
Build app using
```shell
$ make
```
Run app
```shell
$ ./bin/s3-tests-parser compatibility tests/fixture/suite.csv
```
You can also use json
```shell
$ ./bin/s3-tests-parser compatibility tests/fixture/suite.json --format json --output-format md --output result.md
```