@@ -962,6 +962,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
962
962
Pod : pod ,
963
963
PodWithClonedVolume : podWithClonedVolume ,
964
964
StorageClassParameters : map [string ]string {
965
+ "useDataPlaneAPI" : "true" ,
965
966
"skuName" : "Premium_LRS" ,
966
967
"protocol" : "nfs" ,
967
968
"mountPermissions" : "0755" ,
@@ -994,6 +995,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
994
995
Pod : pod ,
995
996
PodWithClonedVolume : podWithClonedVolume ,
996
997
StorageClassParameters : map [string ]string {
998
+ "useDataPlaneAPI" : "true" ,
997
999
"skuName" : "Premium_LRS" ,
998
1000
"protocol" : "nfs" ,
999
1001
"mountPermissions" : "0755" ,
@@ -1027,8 +1029,9 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1027
1029
Pod : pod ,
1028
1030
PodWithClonedVolume : podWithClonedVolume ,
1029
1031
StorageClassParameters : map [string ]string {
1030
- "skuName" : "Standard_LRS" ,
1031
- "protocol" : "fuse2" ,
1032
+ "useDataPlaneAPI" : "true" ,
1033
+ "skuName" : "Standard_LRS" ,
1034
+ "protocol" : "fuse2" ,
1032
1035
},
1033
1036
}
1034
1037
test .Run (ctx , cs , ns )
@@ -1059,8 +1062,9 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1059
1062
Pod : pod ,
1060
1063
PodWithClonedVolume : podWithClonedVolume ,
1061
1064
StorageClassParameters : map [string ]string {
1062
- "skuName" : "Standard_LRS" ,
1063
- "protocol" : "fuse2" ,
1065
+ "useDataPlaneAPI" : "true" ,
1066
+ "skuName" : "Standard_LRS" ,
1067
+ "protocol" : "fuse2" ,
1064
1068
},
1065
1069
}
1066
1070
test .Run (ctx , cs , ns )
@@ -1090,12 +1094,14 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1090
1094
Pod : pod ,
1091
1095
PodWithClonedVolume : podWithClonedVolume ,
1092
1096
StorageClassParameters : map [string ]string {
1097
+ "useDataPlaneAPI" : "true" ,
1093
1098
"skuName" : "Premium_LRS" ,
1094
1099
"protocol" : "nfs" ,
1095
1100
"mountPermissions" : "0755" ,
1096
1101
"allowsharedkeyaccess" : "true" ,
1097
1102
},
1098
1103
ClonedStorageClassParameters : map [string ]string {
1104
+ "useDataPlaneAPI" : "true" ,
1099
1105
"skuName" : "Standard_LRS" ,
1100
1106
"protocol" : "nfs" ,
1101
1107
"mountPermissions" : "0755" ,
@@ -1130,12 +1136,14 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1130
1136
Pod : pod ,
1131
1137
PodWithClonedVolume : podWithClonedVolume ,
1132
1138
StorageClassParameters : map [string ]string {
1133
- "skuName" : "Standard_LRS" ,
1134
- "protocol" : "fuse2" ,
1139
+ "useDataPlaneAPI" : "true" ,
1140
+ "skuName" : "Standard_LRS" ,
1141
+ "protocol" : "fuse2" ,
1135
1142
},
1136
1143
ClonedStorageClassParameters : map [string ]string {
1137
- "skuName" : "Premium_LRS" ,
1138
- "protocol" : "fuse2" ,
1144
+ "useDataPlaneAPI" : "true" ,
1145
+ "skuName" : "Premium_LRS" ,
1146
+ "protocol" : "fuse2" ,
1139
1147
},
1140
1148
}
1141
1149
test .Run (ctx , cs , ns )
0 commit comments