WIP: FrostFS S3 Tests parser
Find a file
Vitaliy Potyarkin 37832bb89f [#1] Add GPLv3 license
(close #1)

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-11-08 13:26:38 +03:00
cmd/parser Support result formatting 2023-09-01 12:08:49 +03:00
internal Support result formatting 2023-09-01 12:08:49 +03:00
tests/fixture Add basic parser 2023-08-31 11:35:53 +03:00
.gitignore Add basic parser 2023-08-31 11:35:53 +03:00
go.mod Add basic parser 2023-08-31 11:35:53 +03:00
LICENSE [#1] Add GPLv3 license 2024-11-08 13:26:38 +03:00
Makefile Add basic parser 2023-08-31 11:35:53 +03:00
README.md [#1] Add GPLv3 license 2024-11-08 13:26:38 +03:00
VERSION Add basic parser 2023-08-31 11:35:53 +03:00

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

Copyright 2023-2024 FrostFS contributors

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 3,
    as published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.