We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb4403 commit 9a6fc11Copy full SHA for 9a6fc11
test/e2e/run.sh
@@ -26,6 +26,10 @@ sed "s/<disk-offering-id>/${DISK_OFFERING_ID}/" storageclass.yaml | kubectl appl
26
-storage.testdriver=testdriver.yaml \
27
--kubeconfig="$KUBECONFIG"
28
29
+# Delete volume populators CRD created by e2e.test in the previous run
30
+# This prevents a test from failing with CRD already exists
31
+kubectl delete crd volumepopulators.populator.storage.k8s.io
32
+
33
# Then run the remaining tests, sequentially:
34
./ginkgo -progress -v \
35
-focus='External.Storage.*csi-cloudstack.*(\[Feature:|\[Disruptive\]|\[Serial\])' \
0 commit comments