minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
79 stars 50 forks source link

Remove skip_tests mode from mint environment variables #134

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

skip_tests should be removed from mint options. If someone wants to run specific SDKs, they should be able to do that using following format

docker run -e SERVER_ENDPOINT=localhost:9000 -e ACCESS_KEY=minio -e SECRET_KEY=minio123 -e ENABLE_HTTPS=0 minio/mint:latest $SDK_TO_RUN