@@ -416,9 +416,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
416
416
9. Delete the SCs created in step 2
417
417
10. Deleted the SPBM policies created in step 1
418
418
*/
419
- ginkgo .It ("[ef-svc-volallowcation][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct] Fill " +
420
- "LZT/EZT volume" , ginkgo .Label (p0 , vanilla , block , thickThin , wcp , tkg , windows , stable , vsanDirect ,
421
- vc70 ), func () {
419
+ ginkgo .It ("[ef-svc-volallowcation][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct]" +
420
+ "[pq-vanilla-block] Fill LZT/EZT volume" , ginkgo .Label (p0 , vanilla , block , thickThin , wcp , tkg , windows ,
421
+ stable , vsanDirect , vc70 ), func () {
422
422
ctx , cancel := context .WithCancel (context .Background ())
423
423
defer cancel ()
424
424
sharedvmfsURL , vsanDDatstoreURL := "" , ""
@@ -671,9 +671,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
671
671
7. Delete the SC created in step 2
672
672
8. Deleted the SPBM policy created in step 1
673
673
*/
674
- ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct] Verify " +
675
- "large EZT volume creation which takes longer than vpxd timeout" , ginkgo .Label (p0 , vanilla , block , thickThin ,
676
- wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
674
+ ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct]" +
675
+ "[pq-vanilla-block] Verify large EZT volume creation which takes longer than vpxd timeout" , ginkgo .Label (p0 ,
676
+ vanilla , block , thickThin , wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
677
677
678
678
ctx , cancel := context .WithCancel (context .Background ())
679
679
defer cancel ()
@@ -879,9 +879,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
879
879
10 Delete the SC created in step 2
880
880
11 Deleted the SPBM policy created in step 1
881
881
*/
882
- ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct] Verify " +
883
- "EZT online volume expansion to a large size which takes longer than vpxd timeout" , ginkgo . Label ( p0 , vanilla ,
884
- block , thickThin , wcp , windows , tkg , stable , vsanDirect , vc70 ), func () {
882
+ ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct]" +
883
+ "[pq-vanilla-block] Verify EZT online volume expansion to a large size which takes longer than vpxd " +
884
+ "timeout" , ginkgo . Label ( p0 , vanilla , block , thickThin , wcp , windows , tkg , stable , vsanDirect , vc70 ), func () {
885
885
886
886
ctx , cancel := context .WithCancel (context .Background ())
887
887
defer cancel ()
@@ -2377,9 +2377,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
2377
2377
11 Delete the SCs created in step 2
2378
2378
12 Deleted the SPBM policies created in step 1
2379
2379
*/
2380
- ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor] Verify expansion during " +
2381
- "Thin -> EZT, LZT -> EZT conversion (should take >vpxd task timeout)" , ginkgo .Label (p0 , vanilla , block ,
2382
- thickThin , wcp , tkg , windows , stable , vc70 ), func () {
2380
+ ginkgo .It ("[pq-svc-volallowcation-neg][csi-block-vanilla][csi-guest][csi-supervisor][pq-vanilla-block] Verify " +
2381
+ "expansion during Thin -> EZT, LZT -> EZT conversion (should take >vpxd task timeout)" , ginkgo .Label (p0 ,
2382
+ vanilla , block , thickThin , wcp , tkg , windows , stable , vc70 ), func () {
2383
2383
2384
2384
ctx , cancel := context .WithCancel (context .Background ())
2385
2385
defer cancel ()
@@ -3317,7 +3317,7 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
3317
3317
11. Verify online volume conversion is successful.
3318
3318
12. Delete all the objects created during the test.
3319
3319
*/
3320
- ginkgo .It ("[csi-block-vanilla][csi-block-vanilla-parallelized]" +
3320
+ ginkgo .It ("[csi-block-vanilla][csi-block-vanilla-parallelized][pq-vanilla-block] " +
3321
3321
" Start attached volume's conversion while creation of snapshot and" +
3322
3322
" relocation of volume in parallel" , ginkgo .Label (p0 , vanilla , block , thickThin , stable , vc70 ), func () {
3323
3323
0 commit comments