Skip to content

Commit aabc278

Browse files
authored
pq tag on block vanilla tests (#3619)
1 parent b4c5aa0 commit aabc278

13 files changed

+55
-53
lines changed

tests/e2e/csi_cns_telemetry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanil
102102
// 7. Expect the old PVC to reflect the latest cluster-distribution value.
103103

104104
// Test for cluster-distribution value presence.
105-
ginkgo.It("[pq-vanilla-file]Verify dynamic provisioning of pvc has cluster-distribution value "+
105+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block]Verify dynamic provisioning of pvc has cluster-distribution value "+
106106
"updated", ginkgo.Label(p0, block, file, vanilla, vc70), func() {
107107
ctx, cancel := context.WithCancel(context.Background())
108108
defer cancel()
@@ -284,7 +284,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanil
284284
// 2. Create a PVC.
285285
// 3. Expect PVC to go to Pending state.
286286

287-
ginkgo.It("[pq-vanilla-file]Verify PVC goes to Pending when cluster distribution name has more"+
287+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block]Verify PVC goes to Pending when cluster distribution name has more"+
288288
" than 128 characters", ginkgo.Label(p0, block, file, vanilla, vc70), func() {
289289
ctx, cancel := context.WithCancel(context.Background())
290290
defer cancel()

tests/e2e/csi_cns_telemetry_statefulsets.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] [csi-supervisor]
9696
}
9797
})
9898

99-
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] [pq-vanilla-file]Statefulset service for cluster-distribution metadata "+
100-
"check", ginkgo.Label(p0, block, file, vanilla, wcp, tkg, vc70), func() {
99+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2][pq-vanilla-file][pq-vanilla-block]Statefulset service for "+
100+
"cluster-distribution metadata check", ginkgo.Label(p0, block, file, vanilla, wcp, tkg, vc70), func() {
101101
ctx, cancel := context.WithCancel(context.Background())
102102
var clusterDistributionValue string
103103
var sc *v1.StorageClass

tests/e2e/csi_cns_telemetry_vc_reboot.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var _ bool = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] "+
9595
// 13. Delete pod and Wait for Volume Disk to be detached from the Node.
9696
// 14. Delete PVC, PV and Storage Class.
9797

98-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanilla-serialized][pq-vanilla-file] "+
98+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-block-vanilla-serialized][pq-vanilla-file][pq-vanilla-block]"+
9999
"verify volume operations while vc reboot", ginkgo.Label(p1, block, file, vanilla, disruptive,
100100
negative, vc70), func() {
101101
ctx, cancel := context.WithCancel(context.Background())
@@ -283,7 +283,7 @@ var _ bool = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] "+
283283
// 12. Wait for Disk to be attached to the node.
284284
// 13. Delete pod and Wait for Volume Disk to be detached from the Node.
285285
// 14. Delete PVC, PV and Storage Class.
286-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanilla-serialized][pq-vanilla-file] "+
286+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-block-vanilla-serialized][pq-vanilla-file][pq-vanilla-block]"+
287287
"verify volume operations after vc reboots", ginkgo.Label(p1, block, file, vanilla, disruptive,
288288
negative, vc70), func() {
289289
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/csi_static_provisioning_basic.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
495495
// 7. Wait for the volume entry to be created in CNS.
496496
// 8. Delete PV2.
497497
// 9. Wait for PV2 to be deleted, and also entry is deleted from CNS.
498-
ginkgo.It("[csi-block-vanilla] [csi-block-vanilla-parallelized] Verify static provisioning workflow using "+
499-
"same PV name twice", ginkgo.Label(p2, block, vanilla, core, vc70), func() {
498+
ginkgo.It("[csi-block-vanilla][csi-block-vanilla-parallelized][pq-vanilla-block]Verify static provisioning "+
499+
"workflow using same PV name twice", ginkgo.Label(p2, block, vanilla, core, vc70), func() {
500500
ctx, cancel := context.WithCancel(context.Background())
501501
defer cancel()
502502

@@ -2148,7 +2148,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
21482148
7.Verify Volume is deleted.
21492149
8.Delete FCD.
21502150
*/
2151-
ginkgo.It("[ef-wcp][csi-block-vanilla] [csi-supervisor] Full sync to deregister/delete "+
2151+
ginkgo.It("[ef-wcp][csi-block-vanilla][csi-supervisor][pq-vanilla-block] Full sync to deregister/delete "+
21522152
"volume", ginkgo.Label(p0, block, wcp, vanilla, core, vc70), func() {
21532153
var err error
21542154
ctx, cancel := context.WithCancel(context.Background())
@@ -2302,7 +2302,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
23022302
5.Wait for volume to be deleted from K8s.
23032303
6.Wait for Volume to be deleted on CNS
23042304
*/
2305-
ginkgo.It("[ef-wcp][csi-block-vanilla] [csi-supervisor] VMDK is deleted from datastore "+
2305+
ginkgo.It("[ef-wcp][csi-block-vanilla][csi-supervisor][pq-vanilla-block] VMDK is deleted from datastore "+
23062306
"but CNS volume is still present", ginkgo.Label(p1, block, wcp, vanilla, core, vc70), func() {
23072307
var err error
23082308
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/fullsync_test_for_block_volume.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,9 @@ var _ bool = ginkgo.Describe("full-sync-test", func() {
682682

683683
})
684684

685-
ginkgo.It("[csi-block-vanilla-destructive] Scale down driver deployment to zero replica and verify "+
686-
"PV metadata is created in CNS", ginkgo.Label(p1, negative, block, vanilla, disruptive, core, vc70), func() {
685+
ginkgo.It("[csi-block-vanilla-destructive][pq-vanilla-block] Scale down driver deployment to zero replica and "+
686+
"verify PV metadata is created in CNS", ginkgo.Label(p1, negative, block, vanilla, disruptive, core,
687+
vc70), func() {
687688
var err error
688689

689690
ctx, cancel := context.WithCancel(context.Background())
@@ -780,9 +781,9 @@ var _ bool = ginkgo.Describe("full-sync-test", func() {
780781
8. delete pod2
781782
9. delete pvc1
782783
*/
783-
ginkgo.It("[ef-wcp][csi-block-vanilla][csi-supervisor][csi-guest][csi-block-vanilla-serialized] Attach volume "+
784-
"to a new pod when CNS is down and verify volume metadata in CNS post full sync", ginkgo.Label(p1, negative,
785-
block, vanilla, wcp, tkg, core, vc70), func() {
784+
ginkgo.It("[ef-wcp][csi-block-vanilla][csi-supervisor][csi-guest][csi-block-vanilla-serialized][pq-vanilla-block]"+
785+
"Attach volume to a new pod when CNS is down and verify volume metadata in CNS post full "+
786+
"sync", ginkgo.Label(p1, negative, block, vanilla, wcp, tkg, core, vc70), func() {
786787
ctx, cancel := context.WithCancel(context.Background())
787788
defer cancel()
788789
var err error

tests/e2e/improved_csi_idempotency.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
177177
7. Verify no orphan volumes are left (using cnsctl tool)
178178
*/
179179

180-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor] [pq-vanilla-file]"+
180+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
181181
"Reduce external provisioner timeout and create volumes - idempotency", ginkgo.Label(p0, disruptive, block,
182182
file, windows, wcp, tkg, vanilla, vc70), func() {
183183
createVolumesByReducingProvisionerTime(namespace, client, storagePolicyName, scParameters,
@@ -203,7 +203,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
203203
5. Delete PVCs and SC
204204
6. Verify no orphan volumes are left
205205
*/
206-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
206+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
207207
"create volume when hostd service goes down - idempotency", ginkgo.Label(p0, disruptive, block, file, windows,
208208
wcp, tkg, vanilla, vc70), func() {
209209
serviceName = hostdServiceName
@@ -221,7 +221,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
221221
6. Delete pvcs and SC
222222
7. Verify no orphan volumes are left
223223
*/
224-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
224+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
225225
"create volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg,
226226
vanilla, vc70), func() {
227227
serviceName = vsanhealthServiceName
@@ -239,7 +239,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
239239
6. Delete pvcs and SC
240240
7. Verify no orphan volumes are left
241241
*/
242-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
242+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
243243
"create volume when VPXD goes down - idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg,
244244
vanilla, vc70), func() {
245245
serviceName = vpxdServiceName
@@ -257,7 +257,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
257257
6. Delete pvcs and SC
258258
7. Verify no orphan volumes are left
259259
*/
260-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
260+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
261261
"create volume when SPS goes down - idempotency", ginkgo.Label(p0, block, file, windows, wcp, tkg,
262262
vanilla, vc80), func() {
263263
serviceName = spsServiceName
@@ -274,7 +274,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
274274
5. Delete PVCs and SC
275275
6. Verify no orphan volumes are left
276276
*/
277-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
277+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
278278
"create volume when CSI restarts - idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg,
279279
vanilla, vc70), func() {
280280
serviceName = "CSI"
@@ -292,7 +292,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
292292
6. Delete pvcs and SC
293293
7. Verify no orphan volumes are left
294294
*/
295-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file] "+
295+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block]"+
296296
"extend volume when csi restarts - idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg,
297297
vanilla, vc70), func() {
298298
serviceName = "CSI"
@@ -311,7 +311,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
311311
7. Delete pvcs and SC
312312
8. Verify no orphan volumes are left
313313
*/
314-
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file] "+
314+
ginkgo.It("[csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file][pq-vanilla-block] "+
315315
"extend volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg,
316316
vanilla, vc70), func() {
317317
serviceName = vsanhealthServiceName

tests/e2e/multi_master_k8s.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ var _ = ginkgo.Describe("[csi-multi-master-block-e2e]", func() {
134134
7. Delete all PVCs from the tests namespace.
135135
8. Delete the storage class.
136136
*/
137-
ginkgo.It("Power off the node where vsphere-csi-controller pod is running", ginkgo.Label(p0, block, vanilla,
138-
vc70), func() {
137+
ginkgo.It("[pq-vanilla-block]Power off the node where vsphere-csi-controller pod is running", ginkgo.Label(p0,
138+
block, vanilla, vc70), func() {
139139
ctx, cancel := context.WithCancel(context.Background())
140140
defer cancel()
141141
nodeList, podList := getControllerRuntimeDetails(client, controllerNamespace)
@@ -236,8 +236,8 @@ var _ = ginkgo.Describe("[csi-multi-master-block-e2e]", func() {
236236
9. Delete the storage class.
237237
*/
238238

239-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] Stop kubelet on the node where vsphere-csi-controller "+
240-
"pod is running", ginkgo.Label(p0, block, vanilla, vc70), func() {
239+
ginkgo.It("[csi-block-vanilla][csi-supervisor][pq-vanilla-block] Stop kubelet on the node where "+
240+
"vsphere-csi-controller pod is running", ginkgo.Label(p0, block, vanilla, vc70), func() {
241241
ctx, cancel := context.WithCancel(context.Background())
242242
defer cancel()
243243
nodeList, podList := getControllerRuntimeDetails(client, controllerNamespace)

tests/e2e/nodes_scaleup_scaledown.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] [csi-block-vanilla-serialized] Nodes
8181
11. Delete all PVCs from the tests namespace.
8282
12. Delete the storage class.
8383
*/
84-
ginkgo.It("[pq-vanilla-file]Statefulset with Nodes Scale-up and Scale-down", ginkgo.Label(p1,
84+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block]Statefulset with Nodes Scale-up and Scale-down", ginkgo.Label(p1,
8585
vanilla, block, file, vc70), func() {
8686
curtime := time.Now().Unix()
8787
randomValue := rand.Int()

tests/e2e/operationstorm.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] Vo
122122
}
123123
})
124124

125-
ginkgo.It("create/delete pod with many volumes and verify no attach/detach call should "+
125+
ginkgo.It("[pq-vanilla-block]create/delete pod with many volumes and verify no attach/detach call should "+
126126
"fail", ginkgo.Label(p0, vanilla, block, windows, vc70), func() {
127127
ctx, cancel := context.WithCancel(context.Background())
128128
defer cancel()
@@ -243,7 +243,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] Vo
243243
7. Delete Namespace and Wait for volumes to be deleted and Volume Disk to be detached from the Node.
244244
*/
245245

246-
ginkgo.It("[csi-file-vanilla] [csi-guest][pq-vanilla-file] Delete namespace to "+
246+
ginkgo.It("[csi-file-vanilla][csi-guest][pq-vanilla-file][pq-vanilla-block] Delete namespace to "+
247247
"confirm all volumes and pods are deleted", ginkgo.Label(p0, vanilla, block, file, tkg, vc70), func() {
248248
ctx, cancel := context.WithCancel(context.Background())
249249
defer cancel()

tests/e2e/policy_driven_vol_allocation.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
416416
9. Delete the SCs created in step 2
417417
10. Deleted the SPBM policies created in step 1
418418
*/
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() {
422422
ctx, cancel := context.WithCancel(context.Background())
423423
defer cancel()
424424
sharedvmfsURL, vsanDDatstoreURL := "", ""
@@ -671,9 +671,9 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
671671
7. Delete the SC created in step 2
672672
8. Deleted the SPBM policy created in step 1
673673
*/
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() {
677677

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

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

23842384
ctx, cancel := context.WithCancel(context.Background())
23852385
defer cancel()
@@ -3317,7 +3317,7 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
33173317
11. Verify online volume conversion is successful.
33183318
12. Delete all the objects created during the test.
33193319
*/
3320-
ginkgo.It("[csi-block-vanilla][csi-block-vanilla-parallelized]"+
3320+
ginkgo.It("[csi-block-vanilla][csi-block-vanilla-parallelized][pq-vanilla-block]"+
33213321
" Start attached volume's conversion while creation of snapshot and"+
33223322
" relocation of volume in parallel", ginkgo.Label(p0, vanilla, block, thickThin, stable, vc70), func() {
33233323

0 commit comments

Comments
 (0)