@@ -1078,7 +1078,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1078
1078
// 5. Create CNS register volume with above created FCD, AccessMode as "ReadOnlyMany".
1079
1079
// 6. verify the error message.
1080
1080
// 7. Delete Resource quota.
1081
- ginkgo .It ("[ef-wcp][csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or " +
1081
+ ginkgo .It ("[ef-f- wcp][csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or " +
1082
1082
"ReadOnlyMany" , ginkgo .Label (p1 , block , wcp , vc70 ), func () {
1083
1083
var err error
1084
1084
ctx , cancel := context .WithCancel (context .Background ())
@@ -1137,7 +1137,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1137
1137
// 8. Verify PV is deleted automatically.
1138
1138
// 9. Verify Volume id deleted automatically.
1139
1139
// 10. Verify CRD deleted automatically.
1140
- ginkgo .It ("[ef-wcp][csi-supervisor] Verify static provisioning workflow - when " +
1140
+ ginkgo .It ("[ef-f- wcp][csi-supervisor] Verify static provisioning workflow - when " +
1141
1141
"DuplicateFCD is used" , ginkgo .Label (p2 , block , wcp , vc70 ), func () {
1142
1142
1143
1143
var err error
@@ -1614,7 +1614,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1614
1614
// 2. Create a storage policy.
1615
1615
// 3. Create FCD with the above created storage policy.
1616
1616
// 4. Import the volume created in step 3 to namespace created in step 1.
1617
- ginkgo .It ("[ef-wcp][csi-supervisor] static provisioning workflow - when tried to import volume with a storage " +
1617
+ ginkgo .It ("[ef-f- wcp][csi-supervisor] static provisioning workflow - when tried to import volume with a storage " +
1618
1618
"policy that doesn't belong to the namespace" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1619
1619
1620
1620
var err error
0 commit comments