s3-tests-parser/README.md

24 lines
346 B
Markdown
Raw Normal View History

# 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
```