Add minio & rclone to our functional tests

It is now possible to configure which clients
you do not want to test with the env variable SKIP_XXX=1,
XXX being the client name. eg. SKIP_S3CMD=1 ./script/test-smoke.sh
This commit is contained in:
Quentin Dufour
2021-04-28 11:35:10 +02:00
parent a981244f11
commit ef4d6e782a
9 changed files with 155 additions and 75 deletions
+1
View File
@@ -3,5 +3,6 @@
set -ex
killall -9 garage || echo "garage is not running"
killall -9 socat || echo "socat is not running"
rm -rf /tmp/garage*
rm -rf /tmp/config.*.toml