s3-tests-parser/README.md
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

741 B

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