Skip to content

Commit 7ba40a9

Browse files
committed
test: remove integration test
test: fix clone tests
1 parent 588df58 commit 7ba40a9

File tree

5 files changed

+4
-263
lines changed

5 files changed

+4
-263
lines changed

test/e2e/dynamic_provisioning_test.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
10371037
"allowsharedkeyaccess": "true",
10381038
},
10391039
ClonedStorageClassParameters: map[string]string{
1040+
"useDataPlaneAPI": "true",
10401041
"skuName": "Standard_LRS",
10411042
"protocol": "nfs",
10421043
"mountPermissions": "0755",
@@ -1076,8 +1077,9 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
10761077
"protocol": "fuse2",
10771078
},
10781079
ClonedStorageClassParameters: map[string]string{
1079-
"skuName": "Premium_LRS",
1080-
"protocol": "fuse2",
1080+
"useDataPlaneAPI": "true",
1081+
"skuName": "Premium_LRS",
1082+
"protocol": "fuse2",
10811083
},
10821084
}
10831085
test.Run(ctx, cs, ns)

test/integration/README.md

-37
This file was deleted.

test/integration/integration_test.go

-82
This file was deleted.

test/integration/run-test.sh

-100
This file was deleted.

test/integration/run-tests-all-clouds.sh

-42
This file was deleted.

0 commit comments

Comments
 (0)