No description
Find a file
Denis Kirillov 5bc9cc44ef [#XX] Add new 'tests' command
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2024-11-22 11:49:26 +03:00
.forgejo/workflows [#2] Add .forgejo files 2024-11-08 11:28:23 +03:00
cmd/parser [#XX] Add new 'tests' command 2024-11-22 11:49:26 +03:00
internal [#XX] Add new 'tests' command 2024-11-22 11:49:26 +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
CODEOWNERS [#2] Add .forgejo files 2024-11-08 11:28:23 +03:00
go.mod [#XX] Add new 'tests' command 2024-11-22 11:49:26 +03:00
Makefile Add basic parser 2023-08-31 11:35:53 +03:00
README.md [#XX] Add new 'tests' command 2024-11-22 11:49:26 +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

Tests to check

You can see all tests that will be checked during compatibility command by using:

$ ./bin/s3-tests-parser tests --output tests.txt

Output file now contains tests and can be provided as parameter for running s3-tests:

S3TEST_CONF=your.conf tox -- @tests.txt