k8s-csi-s3/test/test.sh
2018-07-29 14:49:35 +02:00

8 lines
194 B
Bash
Executable file

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