k8s-csi-s3/test/test.sh

9 lines
304 B
Bash
Raw Normal View History

2021-10-27 18:54:18 +00:00
#!/bin/sh
2018-07-14 08:48:22 +00:00
export MINIO_ACCESS_KEY=FJDSJ
export MINIO_SECRET_KEY=DSG643HGDS
mkdir -p /tmp/minio
2019-05-14 19:01:54 +00:00
minio server /tmp/minio &>/dev/null &
2018-07-14 08:48:22 +00:00
sleep 5
2021-10-27 18:54:18 +00:00
go test ./... -cover -ginkgo.noisySkippings=false -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity"