Fix helm clean in functional test

there was an issue in helm cleanup
script in functional tests. This Fixes
the same.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-04-09 09:37:07 +05:30 committed by mergify[bot]
parent 14276bf642
commit 60a394b397

View File

@ -21,5 +21,5 @@ go test github.com/ceph/ceph-csi/e2e -mod=vendor --deploy-timeout=10 -timeout=30
#cleanup
scripts/install-helm.sh cleanup-cephcsi
scripts/install-helm.sh cleanup
scripts/install-helm.sh clean
sudo scripts/minikube.sh clean