@@ -159,9 +159,8 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
159
159
9 Delete the SCs created in step 2
160
160
10 Deleted the SPBM polices created in step 1
161
161
*/
162
- ginkgo .It ("[csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest][csi-supervisor]" +
163
- "[csi-wcp-vsan-direct][ef-vks-thickthin][cf-vanilla-block] Verify Thin," +
164
- "EZT, LZT volume creation via SPBM " +
162
+ ginkgo .It ("[ef-svc-volallowcation][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest][csi-supervisor]" +
163
+ "[csi-wcp-vsan-direct][ef-vks-thickthin][cf-vanilla-block] Verify Thin, EZT, LZT volume creation via SPBM " +
165
164
"policies" , ginkgo .Label (p0 , vanilla , block , thickThin , wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
166
165
167
166
ctx , cancel := context .WithCancel (context .Background ())
@@ -417,9 +416,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
417
416
9. Delete the SCs created in step 2
418
417
10. Deleted the SPBM policies created in step 1
419
418
*/
420
- ginkgo .It ("[csi-block-vanilla][csi-guest][csi-supervisor][csi-wcp-vsan-direct]" +
421
- " Fill LZT/EZT " +
422
- "volume" , ginkgo . Label ( p0 , vanilla , block , thickThin , wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
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 () {
423
422
ctx , cancel := context .WithCancel (context .Background ())
424
423
defer cancel ()
425
424
sharedvmfsURL , vsanDDatstoreURL := "" , ""
@@ -672,9 +671,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
672
671
7. Delete the SC created in step 2
673
672
8. Deleted the SPBM policy created in step 1
674
673
*/
675
- ginkgo .It ("[csi-block-vanilla][csi-guest][csi-supervisor]" +
676
- "[csi-wcp-vsan-direct] Verify large EZT volume creation which takes longer than vpxd " +
677
- "timeout" , ginkgo . Label ( p0 , vanilla , block , thickThin , 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] 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 () {
678
677
679
678
ctx , cancel := context .WithCancel (context .Background ())
680
679
defer cancel ()
@@ -880,9 +879,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
880
879
10 Delete the SC created in step 2
881
880
11 Deleted the SPBM policy created in step 1
882
881
*/
883
- ginkgo .It ("[csi-block-vanilla][csi-guest][csi-supervisor]" +
884
- "[csi-wcp-vsan-direct] Verify EZT online volume expansion to a large size which takes longer than vpxd " +
885
- "timeout" , ginkgo . Label ( p0 , vanilla , 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] 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 () {
886
885
887
886
ctx , cancel := context .WithCancel (context .Background ())
888
887
defer cancel ()
@@ -1157,7 +1156,7 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
1157
1156
11 Delete the SC created in step 2
1158
1157
12 Deleted the SPBM policy created in step 1
1159
1158
*/
1160
- ginkgo .It ("[csi-block-vanilla][csi-guest][csi-supervisor][ef-vks-thickthin]" +
1159
+ ginkgo .It ("[ef-svc-volallowcation][ csi-block-vanilla][csi-guest][csi-supervisor][ef-vks-thickthin]" +
1161
1160
"[csi-wcp-vsan-direct] Verify online LZT/EZT volume expansion of attached volumes with " +
1162
1161
"IO" , ginkgo .Label (p0 , vanilla , block , thickThin , wcp , tkg , stable , vsanDirect , vc70 ), func () {
1163
1162
@@ -1481,9 +1480,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
1481
1480
9 Delete pod1
1482
1481
10 Delete pvc, sc and SPBM policy created for this test
1483
1482
*/
1484
- ginkgo .It ("[cflater-wcp][csi-supervisor][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest ]" +
1485
- "[csi-wcp-vsan-direct] Relocate volume to another same type " +
1486
- "datastore" , ginkgo . Label ( p0 , vanilla , block , thickThin , wcp , tkg , stable , vsanDirect , vc70 ), func () {
1483
+ ginkgo .It ("[ef-svc-volallowcation][ cflater-wcp][csi-supervisor][csi-block-vanilla][csi-block-vanilla-parallelized]" +
1484
+ "[csi-guest][csi- wcp-vsan-direct] Relocate volume to another same type datastore" , ginkgo . Label ( p0 , vanilla , block ,
1485
+ thickThin , wcp , tkg , stable , vsanDirect , vc70 ), func () {
1487
1486
1488
1487
ctx , cancel := context .WithCancel (context .Background ())
1489
1488
defer cancel ()
@@ -1802,9 +1801,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
1802
1801
12. Delete the SC created in step 2
1803
1802
13. Deleted the SPBM policy created in step 1
1804
1803
*/
1805
- ginkgo .It ("[csi-guest][csi-supervisor][csi-block-vanilla][csi-wcp-vsan-direct] [ef-vks-thickthin] Verify " +
1806
- "EZT offline volume " +
1807
- "expansion" , ginkgo . Label ( p0 , vanilla , block , thickThin , wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
1804
+ ginkgo .It ("[ef-svc-volallowcation][ csi-guest][csi-supervisor][csi-block-vanilla][csi-wcp-vsan-direct] " +
1805
+ "[ef-vks-thickthin] Verify EZT offline volume expansion" , ginkgo . Label ( p0 , vanilla , block , thickThin ,
1806
+ wcp , tkg , windows , stable , vsanDirect , vc70 ), func () {
1808
1807
1809
1808
ctx , cancel := context .WithCancel (context .Background ())
1810
1809
defer cancel ()
@@ -2378,9 +2377,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
2378
2377
11 Delete the SCs created in step 2
2379
2378
12 Deleted the SPBM policies created in step 1
2380
2379
*/
2381
- ginkgo .It ("[csi-block-vanilla][csi-guest][csi-supervisor] Verify expansion during Thin -> EZT, LZT -> EZT " +
2382
- " conversion (should take >vpxd task timeout)" , ginkgo .Label (p0 , vanilla , block , thickThin , wcp , tkg ,
2383
- windows , stable , vc70 ), func () {
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 () {
2384
2383
2385
2384
ctx , cancel := context .WithCancel (context .Background ())
2386
2385
defer cancel ()
0 commit comments