Skip to content

Commit 500fab4

Browse files
authored
labels for vmsvc and stretched-svc (#3577)
1 parent d76ba61 commit 500fab4

File tree

4 files changed

+46
-47
lines changed

4 files changed

+46
-47
lines changed

tests/e2e/csi_snapshot_basic.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3596,7 +3596,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
35963596
8. cleanup the snapshots, restore-pvc and source-pvc
35973597
*/
35983598

3599-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore while the Host "+
3599+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore while the Host "+
36003600
"is Down", ginkgo.Label(p2, block, vanilla, snapshot, disruptive, vc80), func() {
36013601
ctx, cancel := context.WithCancel(context.Background())
36023602
defer cancel()
@@ -4887,7 +4887,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
48874887
2. Create Snapshot class and take a snapshot of the volume
48884888
3. Cleanup of snapshot, pvc and sc
48894889
*/
4890-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume provision and "+
4890+
ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume provision and "+
48914891
"snapshot creation/restore on VVOL Datastore", ginkgo.Label(p0, block, vanilla, snapshot,
48924892
tkg, vc80), func() {
48934893
ctx, cancel := context.WithCancel(context.Background())
@@ -4903,7 +4903,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
49034903
2. Create Snapshot class and take a snapshot of the volume
49044904
3. Cleanup of snapshot, pvc and sc
49054905
*/
4906-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot] Volume provision and "+
4906+
ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot] Volume provision and "+
49074907
"snapshot creation/restore on VMFS Datastore", ginkgo.Label(p0, block, vanilla, snapshot,
49084908
tkg, vc80), func() {
49094909
ctx, cancel := context.WithCancel(context.Background())
@@ -4931,7 +4931,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
49314931
2. Create Snapshot class and take a snapshot of the volume
49324932
3. Cleanup of snapshot, pvc and sc
49334933
*/
4934-
ginkgo.It("[ef-wcp-snapshot] [tkg-snapshot] [supervisor-snapshot] Volume provision and snapshot creation/restore "+
4934+
ginkgo.It("[pq-wcp-snpt] [tkg-snapshot] [supervisor-snapshot] Volume provision and snapshot creation/restore "+
49354935
"on VSAN2 Datastore", ginkgo.Label(p0, snapshot, tkg, newTest, vc80), func() {
49364936
ctx, cancel := context.WithCancel(context.Background())
49374937
defer cancel()

tests/e2e/policy_driven_vol_allocation.go

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
159159
9 Delete the SCs created in step 2
160160
10 Deleted the SPBM polices created in step 1
161161
*/
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 "+
165164
"policies", ginkgo.Label(p0, vanilla, block, thickThin, wcp, tkg, windows, stable, vsanDirect, vc70), func() {
166165

167166
ctx, cancel := context.WithCancel(context.Background())
@@ -417,9 +416,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
417416
9. Delete the SCs created in step 2
418417
10. Deleted the SPBM policies created in step 1
419418
*/
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() {
423422
ctx, cancel := context.WithCancel(context.Background())
424423
defer cancel()
425424
sharedvmfsURL, vsanDDatstoreURL := "", ""
@@ -672,9 +671,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
672671
7. Delete the SC created in step 2
673672
8. Deleted the SPBM policy created in step 1
674673
*/
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() {
678677

679678
ctx, cancel := context.WithCancel(context.Background())
680679
defer cancel()
@@ -880,9 +879,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
880879
10 Delete the SC created in step 2
881880
11 Deleted the SPBM policy created in step 1
882881
*/
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() {
886885

887886
ctx, cancel := context.WithCancel(context.Background())
888887
defer cancel()
@@ -1157,7 +1156,7 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
11571156
11 Delete the SC created in step 2
11581157
12 Deleted the SPBM policy created in step 1
11591158
*/
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]"+
11611160
"[csi-wcp-vsan-direct] Verify online LZT/EZT volume expansion of attached volumes with "+
11621161
"IO", ginkgo.Label(p0, vanilla, block, thickThin, wcp, tkg, stable, vsanDirect, vc70), func() {
11631162

@@ -1481,9 +1480,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
14811480
9 Delete pod1
14821481
10 Delete pvc, sc and SPBM policy created for this test
14831482
*/
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() {
14871486

14881487
ctx, cancel := context.WithCancel(context.Background())
14891488
defer cancel()
@@ -1802,9 +1801,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
18021801
12. Delete the SC created in step 2
18031802
13. Deleted the SPBM policy created in step 1
18041803
*/
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() {
18081807

18091808
ctx, cancel := context.WithCancel(context.Background())
18101809
defer cancel()
@@ -2378,9 +2377,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
23782377
11 Delete the SCs created in step 2
23792378
12 Deleted the SPBM policies created in step 1
23802379
*/
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() {
23842383

23852384
ctx, cancel := context.WithCancel(context.Background())
23862385
defer cancel()

tests/e2e/snapshot_vmservice_vm.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
322322
12. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
323323
*/
324324

325-
ginkgo.It("Taking snapshot of a vm service vm attached to a static "+
325+
ginkgo.It("[ef-vmsvc] Taking snapshot of a vm service vm attached to a static "+
326326
"volume", ginkgo.Label(p0, block, wcp, snapshot, vmServiceVm, vc80), func() {
327327

328328
ctx, cancel := context.WithCancel(context.Background())
@@ -461,7 +461,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
461461
Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
462462
*/
463463

464-
ginkgo.It("Restoring snapshot and attaching it to a vm service "+
464+
ginkgo.It("[ef-vmsvc] Restoring snapshot and attaching it to a vm service "+
465465
"vm", ginkgo.Label(p0, block, wcp, snapshot, vmServiceVm, vc80), func() {
466466

467467
ctx, cancel := context.WithCancel(context.Background())
@@ -638,7 +638,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
638638
17. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
639639
*/
640640

641-
ginkgo.It("Restoring multiple snapshots and attaching it to a single vm service "+
641+
ginkgo.It("[ef-vmsvc] Restoring multiple snapshots and attaching it to a single vm service "+
642642
"vm", ginkgo.Label(p1, block, wcp, snapshot, vmServiceVm, vc80), func() {
643643

644644
ctx, cancel := context.WithCancel(context.Background())
@@ -846,7 +846,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
846846
19. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
847847
*/
848848

849-
ginkgo.It("Offline volume expansion and later attaching it to a vm service "+
849+
ginkgo.It("[ef-vmsvc] Offline volume expansion and later attaching it to a vm service "+
850850
"vm", ginkgo.Label(p1, block, wcp, snapshot, vmServiceVm, vc80), func() {
851851

852852
ctx, cancel := context.WithCancel(context.Background())
@@ -1089,7 +1089,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
10891089
17. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
10901090
*/
10911091

1092-
ginkgo.It("Attaching new restore snapshots to vm service vms", ginkgo.Label(p1, block,
1092+
ginkgo.It("[ef-vmsvc] Attaching new restore snapshots to vm service vms", ginkgo.Label(p1, block,
10931093
wcp, snapshot, vmServiceVm, vc80), func() {
10941094

10951095
ctx, cancel := context.WithCancel(context.Background())
@@ -1398,7 +1398,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
13981398
Confirm that the Pod reaches the running state and that read and write operations can be performed on the volume.
13991399
Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
14001400
*/
1401-
ginkgo.It("Attaching same volume to a pod and vm service vm", ginkgo.Label(p1, block, wcp, snapshot,
1401+
ginkgo.It("[ef-vmsvc] Attaching same volume to a pod and vm service vm", ginkgo.Label(p1, block, wcp, snapshot,
14021402
vmServiceVm, vc80), func() {
14031403

14041404
ctx, cancel := context.WithCancel(context.Background())
@@ -1600,7 +1600,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
16001600
18. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
16011601
*/
16021602

1603-
ginkgo.It("Power on and off operation on a vm service vm with snapshot", ginkgo.Label(p0, block,
1603+
ginkgo.It("[pq-neg-vmsvc] Power on and off operation on a vm service vm with snapshot", ginkgo.Label(p0, block,
16041604
wcp, snapshot, vmServiceVm, vc80), func() {
16051605

16061606
ctx, cancel := context.WithCancel(context.Background())
@@ -1819,8 +1819,8 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
18191819
25. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
18201820
*/
18211821

1822-
ginkgo.It("vCenter services down operation during snapshot creation and restoration taken for a vm service"+
1823-
"vm", ginkgo.Label(p1, block, wcp, snapshot, vmServiceVm, negative, vc80), func() {
1822+
ginkgo.It("pq-neg-vmsvc] vCenter services down operation during snapshot creation and restoration taken for "+
1823+
"a vm service vm", ginkgo.Label(p1, block, wcp, snapshot, vmServiceVm, negative, vc80), func() {
18241824
ctx, cancel := context.WithCancel(context.Background())
18251825
defer cancel()
18261826

@@ -2066,7 +2066,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
20662066
Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
20672067
*/
20682068

2069-
ginkgo.It("Storage vmotion of a vm from one datastore to another with "+
2069+
ginkgo.It("[pq-neg-vmsvc] Storage vmotion of a vm from one datastore to another with "+
20702070
"snapshot", ginkgo.Label(p1, block, wcp, snapshot, vmServiceVm, vc80), func() {
20712071

20722072
ctx, cancel := context.WithCancel(context.Background())
@@ -2314,8 +2314,8 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
23142314
14. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
23152315
*/
23162316

2317-
ginkgo.It("Creation of multiple vm service vms and attaching it to restore snapshots", ginkgo.Label(p1, block, wcp,
2318-
snapshot, vmServiceVm, vc80), func() {
2317+
ginkgo.It("[ef-vmsvc] Creation of multiple vm service vms and attaching it to restore snapshots", ginkgo.Label(p1,
2318+
block, wcp, snapshot, vmServiceVm, vc80), func() {
23192319

23202320
ctx, cancel := context.WithCancel(context.Background())
23212321
defer cancel()
@@ -2598,7 +2598,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
25982598
21. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
25992599
*/
26002600

2601-
ginkgo.It("Recurring taking snapshots of a vm service vm", ginkgo.Label(p1, block, wcp,
2601+
ginkgo.It("[ef-vmsvc] Recurring taking snapshots of a vm service vm", ginkgo.Label(p1, block, wcp,
26022602
vmServiceVm, snapshot, vc80), func() {
26032603

26042604
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/vmservice_vm.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
349349
8 delete pvcs from step2
350350
9 Remove spbm policy attached to test namespace
351351
*/
352-
ginkgo.It("hot detach and attach pvc to vmservice vms", ginkgo.Label(p0,
352+
ginkgo.It("[ef-vmsvc] hot detach and attach pvc to vmservice vms", ginkgo.Label(p0,
353353
vmServiceVm, block, wcp, vc80), func() {
354354
ctx, cancel := context.WithCancel(context.Background())
355355
defer cancel()
@@ -553,7 +553,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
553553
9 Delete pvc1
554554
10 Remove spbm policy attached to test namespace
555555
*/
556-
ginkgo.It("attach PVC used by one VM to another VM while in use", ginkgo.Label(p1,
556+
ginkgo.It("[ef-vmsvc] attach PVC used by one VM to another VM while in use", ginkgo.Label(p1,
557557
vmServiceVm, block, wcp, negative, vc80), func() {
558558
ctx, cancel := context.WithCancel(context.Background())
559559
defer cancel()
@@ -745,7 +745,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
745745
8 delete pvc1, pvc2
746746
9 Remove spbm policy attached to test namespace in step1
747747
*/
748-
ginkgo.It("[vmsvc-stretched] VM and PVC both belong to same zone", ginkgo.Label(p0,
748+
ginkgo.It("[stretched-svc] VM and PVC both belong to same zone", ginkgo.Label(p0,
749749
vmServiceVm, block, wcp, stretchedSvc, vc80), func() {
750750
ctx, cancel := context.WithCancel(context.Background())
751751
defer cancel()
@@ -860,7 +860,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
860860
9 delete pvc1
861861
10 Remove spbm policy attached to test namespace in step1
862862
*/
863-
ginkgo.It("[vmsvc-stretched] VM and PVC both belong to same zone", ginkgo.Label(p0,
863+
ginkgo.It("[stretched-svc] VM and PVC both belong to same zone", ginkgo.Label(p0,
864864
vmServiceVm, block, wcp, stretchedSvc, vc80), func() {
865865
ctx, cancel := context.WithCancel(context.Background())
866866
defer cancel()
@@ -997,7 +997,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
997997
10 Delete pvc1 and pvc2
998998
11 Remove spbm policy attached to test namespace
999999
*/
1000-
ginkgo.It("attach a PVC attached to a pod to VM", ginkgo.Label(p1,
1000+
ginkgo.It("[ef-vmsvc] attach a PVC attached to a pod to VM", ginkgo.Label(p1,
10011001
vmServiceVm, block, wcp, negative, vc80), func() {
10021002
ctx, cancel := context.WithCancel(context.Background())
10031003
defer cancel()
@@ -1144,7 +1144,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
11441144
10 Delete pvc1 and pvc2
11451145
11 Remove spbm policy attached to test namespace
11461146
*/
1147-
ginkgo.It("Create VM or attach/detach PVC to VM when vsan-health is down", ginkgo.Label(p1,
1147+
ginkgo.It("[pq-wcp-snpt] Create VM or attach/detach PVC to VM when vsan-health is down", ginkgo.Label(p1,
11481148
vmServiceVm, block, wcp, negative, disruptive, vc80), func() {
11491149
ctx, cancel := context.WithCancel(context.Background())
11501150
defer cancel()
@@ -1365,7 +1365,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
13651365
10 Delete pvc1
13661366
11 Remove spbm policy attached to test namespace
13671367
*/
1368-
ginkgo.It("create VM with pvc when sps is down", ginkgo.Label(p1,
1368+
ginkgo.It("[pq-wcp-snpt] create VM with pvc when sps is down", ginkgo.Label(p1,
13691369
vmServiceVm, block, wcp, negative, disruptive, vc80), func() {
13701370
ctx, cancel := context.WithCancel(context.Background())
13711371
defer cancel()
@@ -1494,7 +1494,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
14941494
8 delete pvcs
14951495
9 Remove spbm policy attached to test namespace
14961496
*/
1497-
ginkgo.It("static-vm and verify vm creation and validate storagequota", ginkgo.Label(p0,
1497+
ginkgo.It("[ef-vmsvc] static-vm and verify vm creation and validate storagequota", ginkgo.Label(p0,
14981498
vmServiceVm, block, wcp, vc80), func() {
14991499
ctx, cancel := context.WithCancel(context.Background())
15001500
defer cancel()

0 commit comments

Comments
 (0)