FrostFS S3 Tests parser
|
||
---|---|---|
.forgejo/workflows | ||
cmd/parser | ||
internal | ||
tests/fixture | ||
.gitignore | ||
CODEOWNERS | ||
go.mod | ||
Makefile | ||
README.md | ||
VERSION |
FrostFS S3 Tests parser
This is handy util to form compatibility s3 tests results.
Getting started
Build app using
$ make
Run app
$ ./bin/s3-tests-parser compatibility tests/fixture/suite.csv
You can also use json
$ ./bin/s3-tests-parser compatibility tests/fixture/suite.json --format json --output-format md --output result.md