File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -181,19 +181,3 @@ install-blobfuse-proxy:
181
181
.PHONY : uninstall-blobfuse-proxy
182
182
uninstall-blobfuse-proxy :
183
183
kubectl delete -f ./deploy/blobfuse-proxy/blobfuse-proxy.yaml --ignore-not-found
184
-
185
- .PHONY : setup-external-e2e
186
- setup-external-e2e :
187
- curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.19.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
188
- tar -xvf e2e-tests.tar.gz
189
- rm e2e-tests.tar.gz
190
- mkdir /tmp/csi-blobfuse
191
- cp ./kubernetes/test/bin/e2e.test /tmp/csi-blobfuse/e2e.test
192
- rm -r kubernetes
193
- cp ./deploy/example/storageclass-blobfuse.yaml /tmp/csi-blobfuse/storageclass.yaml
194
- cp ./test/e2e-external/testdriver.yaml /tmp/csi-blobfuse/testdriver.yaml
195
- ./deploy/install-driver.sh
196
-
197
- .PHONY : run-external-e2e
198
- run-external-e2e : setup-external-e2e install-blobfuse-proxy
199
- bash ./test/e2e-external/run.sh
You can’t perform that action at this time.
0 commit comments