@@ -80,7 +80,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
8080 Cleanup:
8181 1. Delete all the Pods, pvcs and storage class and verify the deletion
8282 */
83- ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla] Verify Two Pods can read the files written by each other, " +
83+ ginkgo .It ("[csi-file-vanilla] [ef-f- file-vanilla] Verify Two Pods can read the files written by each other, " +
8484 "when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
8585 invokeTestForCreateFileVolumeAndMount (f , client ,
8686 namespace , accessMode , filePath1 , filePath2 , false , false , false )
@@ -105,7 +105,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
105105 Cleanup:
106106 1. Delete all the Pods, pvcs and storage class and verify the deletion
107107 */
108- ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla]Verify Pod can read the files written by other Pod, " +
108+ ginkgo .It ("[csi-file-vanilla] [ef-f- file-vanilla]Verify Pod can read the files written by other Pod, " +
109109 "which is deleted, when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
110110 invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 ,
111111 true , false , false )
@@ -129,7 +129,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
129129 Cleanup:
130130 1. Delete all the Pods, pvcs and storage class and verify the deletion
131131 */
132- ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla]Verify Pod can read the files written by other Pod" +
132+ ginkgo .It ("[csi-file-vanilla] [ef-f- file-vanilla]Verify Pod can read the files written by other Pod" +
133133 " created as root user, when both have same pvc mounted" , ginkgo .Label (p0 , file , vanilla , vc70 ), func () {
134134 invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 , false , true , false )
135135 })
@@ -153,7 +153,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
153153 Cleanup:
154154 1. Delete all the Pods, pvcs and storage class and verify the deletion
155155 */
156- ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla]Verify Pod can read the files written by other Pod, " +
156+ ginkgo .It ("[csi-file-vanilla] [ef-f- file-vanilla]Verify Pod can read the files written by other Pod, " +
157157 "which is deleted, when the Pod has pvc statically provisoned on same vsan file share" , ginkgo .Label (p0 ,
158158 file , vanilla , vc70 ), func () {
159159 invokeTestForCreateFileVolumeAndMount (f , client , namespace , accessMode , filePath1 , filePath2 , true , false , true )
@@ -216,7 +216,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] Verify Two Pods can read write files
216216 Cleanup:
217217 1.Delete all the Pods, pvcs and storage class and verify the deletion
218218 */
219- ginkgo .It ("[csi-file-vanilla] [ef-file-vanilla]Verify mounting of volume for RWX PVC with ext4 fstype" +
219+ ginkgo .It ("[csi-file-vanilla] [ef-f- file-vanilla]Verify mounting of volume for RWX PVC with ext4 fstype" +
220220 " passes" , ginkgo .Label (p0 ,
221221 file , vanilla , vc70 ), func () {
222222 ctx , cancel := context .WithCancel (context .Background ())
0 commit comments