@@ -80,7 +80,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
80
80
Cleanup:
81
81
1. Delete all the Pods, pvcs and storage class and verify the deletion
82
82
*/
83
- ginkgo .It ("[csi-file-vanilla] Verify Two Pods can read the files written by each other, " +
83
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify Two Pods can read the files written by each other, " +
84
84
"when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
85
85
invokeTestForCreateFileVolumeAndMount (f , client ,
86
86
namespace , accessMode , filePath1 , filePath2 , false , false , false )
@@ -105,7 +105,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
105
105
Cleanup:
106
106
1. Delete all the Pods, pvcs and storage class and verify the deletion
107
107
*/
108
- ginkgo .It ("[csi-file-vanilla] Verify Pod can read the files written by other Pod, " +
108
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify Pod can read the files written by other Pod, " +
109
109
"which is deleted, when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
110
110
invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 ,
111
111
true , false , false )
@@ -129,8 +129,8 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
129
129
Cleanup:
130
130
1. Delete all the Pods, pvcs and storage class and verify the deletion
131
131
*/
132
- ginkgo .It ("[csi-file-vanilla] Verify Pod can read the files written by other Pod created as root user, " +
133
- "when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
132
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify Pod can read the files written by other Pod" +
133
+ " created as root user, when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
134
134
invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 , false , true , false )
135
135
})
136
136
@@ -153,7 +153,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
153
153
Cleanup:
154
154
1. Delete all the Pods, pvcs and storage class and verify the deletion
155
155
*/
156
- ginkgo .It ("[csi-file-vanilla] Verify Pod can read the files written by other Pod, " +
156
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify Pod can read the files written by other Pod, " +
157
157
"which is deleted, when the Pod has pvc statically provisoned on same vsan file share" , ginkgo .Label (p0 ,
158
158
file , vanilla , vc70 ), func () {
159
159
invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 , true , false , true )
@@ -167,8 +167,8 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
167
167
Cleanup:
168
168
1.Delete all the pvcs and storage class and verify the deletion
169
169
*/
170
- ginkgo .It ("[csi-file-vanilla] Verify provisioning of PVC fails for RWX PVC with xfs fstype" , ginkgo . Label ( p1 ,
171
- negative , file , vanilla , vc70 ), func () {
170
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify provisioning of PVC fails for RWX PVC with" +
171
+ " xfs fstype" , ginkgo . Label ( p1 , negative , file , vanilla , vc70 ), func () {
172
172
ctx , cancel := context .WithCancel (context .Background ())
173
173
defer cancel ()
174
174
@@ -216,7 +216,8 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
216
216
Cleanup:
217
217
1.Delete all the Pods, pvcs and storage class and verify the deletion
218
218
*/
219
- ginkgo .It ("[csi-file-vanilla] Verify mounting of volume for RWX PVC with ext4 fstype passes" , ginkgo .Label (p0 ,
219
+ ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla]Verify mounting of volume for RWX PVC with ext4 fstype" +
220
+ " passes" , ginkgo .Label (p0 ,
220
221
file , vanilla , vc70 ), func () {
221
222
ctx , cancel := context .WithCancel (context .Background ())
222
223
defer cancel ()
0 commit comments