@@ -262,7 +262,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
262262 csiNamespace , fullSyncWaitTime , isServiceStopped , true , csiReplicas , pandoraSyncWaitTime )
263263 })
264264
265- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] " +
265+ ginkgo .It ("[pq-f- wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] " +
266266 "[pq-vks-snapshot] create volume snapshot when CSI restarts" , ginkgo .Label (p1 , block ,
267267 vanilla , tkg , snapshot , disruptive , negative , vc90 ), func () {
268268
@@ -271,7 +271,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
271271 csiNamespace , fullSyncWaitTime , isServiceStopped , true , csiReplicas , pandoraSyncWaitTime )
272272 })
273273
274- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
274+ ginkgo .It ("[pq-f- wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
275275 "create volume snapshot when VPXD goes down" , ginkgo .Label (p1 , block , vanilla ,
276276 tkg , snapshot , disruptive , vc90 ), func () {
277277
@@ -280,7 +280,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
280280 csiNamespace , fullSyncWaitTime , isServiceStopped , false , csiReplicas , pandoraSyncWaitTime )
281281 })
282282
283- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
283+ ginkgo .It ("[pq-f- wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
284284 "[pq-f-vks-snapshot] create volume snapshot when CNS goes down" , ginkgo .Label (p1 , block , vanilla ,
285285 tkg , snapshot , disruptive , negative , vc90 ), func () {
286286
@@ -289,7 +289,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
289289 csiNamespace , fullSyncWaitTime , isServiceStopped , false , csiReplicas , pandoraSyncWaitTime )
290290 })
291291
292- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
292+ ginkgo .It ("[pq-f- wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
293293 "[pq-vks-snapshot] create volume snapshot when SPS goes down" , ginkgo .Label (p1 , block , vanilla , tkg ,
294294 snapshot , disruptive , negative , vc90 ), func () {
295295
@@ -298,8 +298,8 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
298298 csiNamespace , fullSyncWaitTime , isServiceStopped , true , csiReplicas , pandoraSyncWaitTime )
299299 })
300300
301- ginkgo .It ("[pq-wcp-neg-snpt][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] create volume snapshot when SVC CSI " +
302- "restarts" , ginkgo .Label (p1 , tkg , snapshot , disruptive , newTest , negative , vc90 ), func () {
301+ ginkgo .It ("[pq-f- wcp-neg-snpt][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] create volume snapshot when " +
302+ "SVC CSI restarts" , ginkgo .Label (p1 , tkg , snapshot , disruptive , newTest , negative , vc90 ), func () {
303303
304304 serviceName = "WCP CSI"
305305 snapshotOperationWhileServiceDown (serviceName , namespace , client , snapc , datastoreURL ,
0 commit comments