k8s-csi-s3/test/test.sh

8 lines
232 B
Bash
Raw Normal View History

2018-07-14 08:48:22 +00:00
#!/usr/bin/env bash
export MINIO_ACCESS_KEY=FJDSJ
export MINIO_SECRET_KEY=DSG643HGDS
mkdir -p /tmp/minio
minio server --quiet /tmp/minio &>/dev/null &
2018-07-14 08:48:22 +00:00
sleep 5
go test github.com/ctrox/csi-s3/pkg/s3 -cover -coverprofile=coverage.out