k8s-csi-s3/test/test.sh

9 lines
304 B
Bash
Raw Normal View History

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