FEATURE: add test setup for running the CephFS S3 compatibility suite

This commit is contained in:
Sebastian Kurfuerst
2021-12-31 22:07:49 +01:00
parent c35660175d
commit 99abddf376
6 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Running S3 Compatibility tests against SeaweedFS
This is using [the tests from CephFS](https://github.com/ceph/s3-tests).
## Prerequisites
- have Docker installed
- this has been executed on Mac. On Linux, the hostname in `s3tests.conf` needs to be adjusted.
## Running tests
- `./prepare.sh` to build the docker image
- `./run.sh` to execute all tests