k8s-csi-s3/test/test.sh
2019-05-15 21:00:16 +02:00

8 lines
No EOL
197 B
Bash
Executable file

#!/usr/bin/env bash
export MINIO_ACCESS_KEY=FJDSJ
export MINIO_SECRET_KEY=DSG643HGDS
mkdir -p /tmp/minio
minio server /tmp/minio &>/dev/null &
sleep 5
go test github.com/ctrox/csi-s3/pkg/s3 -cover