Skip to content

Commit b700b23

Browse files
authored
adding disruptive testcases to PQ UTS section (#3624)
1 parent 793c3e7 commit b700b23

14 files changed

+128
-115
lines changed

tests/e2e/csi_snapshot_basic.go

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
19591959
*/
19601960

19611961
ginkgo.It("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
1962-
"[ef-vks-cnapshot] Delete a non-existent snapshot", ginkgo.Label(p0, block, vanilla,
1962+
"[ef-vks-snapshot] Delete a non-existent snapshot", ginkgo.Label(p0, block, vanilla,
19631963
wcp, snapshot, tkg, negative, vc90), func() {
19641964

19651965
ctx, cancel := context.WithCancel(context.Background())
@@ -2143,9 +2143,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
21432143
4. Create with exact size and ensure it succeeds
21442144
*/
21452145

2146-
ginkgo.It("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Create Volume "+
2147-
"from snapshot with different size", ginkgo.Label(p1, block, vanilla, snapshot, tkg, wcp, stable, negative,
2148-
vc90), func() {
2146+
ginkgo.It("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
2147+
"[pq-vks-snapshot] Create Volume from snapshot with different size", ginkgo.Label(p1, block,
2148+
vanilla, snapshot, tkg, wcp, stable, negative, vc90), func() {
21492149

21502150
ctx, cancel := context.WithCancel(context.Background())
21512151
defer cancel()
@@ -2535,9 +2535,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
25352535
5. Expect VolumeFailedDelete error with an appropriate err-msg
25362536
6. Run cleanup - delete the snapshots and then delete pv
25372537
*/
2538-
ginkgo.It("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume "+
2539-
"deletion with existing snapshots", ginkgo.Label(p0, block, vanilla, snapshot, tkg, wcp, stable, negative,
2540-
vc80), func() {
2538+
ginkgo.It("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
2539+
"[pq-vks-snapshot] Volume deletion with existing snapshots", ginkgo.Label(p0, block, vanilla, snapshot,
2540+
tkg, wcp, stable, negative, vc80), func() {
25412541

25422542
ctx, cancel := context.WithCancel(context.Background())
25432543
defer cancel()
@@ -2731,8 +2731,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
27312731
(note the snapshotHandle its pointing to has been deleted)
27322732
9. Volume Create should fail with an appropriate error on k8s side
27332733
*/
2734-
ginkgo.It("[ef-vanilla-block][block-vanilla-snapshot] Pre-provisioned snapshot using incorrect/non-existing "+
2735-
"static snapshot", ginkgo.Label(p0, block, vanilla, snapshot, negative, vc80), func() {
2734+
ginkgo.It("[ef-vanilla-block][block-vanilla-snapshot][pq-vks-snapshot] Pre-provisioned snapshot using "+
2735+
"incorrect/non-existing static snapshot", ginkgo.Label(p0, block, vanilla, snapshot, negative, vc80), func() {
27362736

27372737
ctx, cancel := context.WithCancel(context.Background())
27382738
defer cancel()
@@ -3183,7 +3183,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
31833183
7. Cleanup the pvc
31843184
*/
31853185
ginkgo.It("[ef-wcp-snapshot][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot]"+
3186-
"[supervisor-snapshot] Verify offline resize of a volume having snapshots", ginkgo.Label(p0, block,
3186+
"[supervisor-snapshot][pq-vks-snapshot] Verify offline resize of a volume having snapshots", ginkgo.Label(p0, block,
31873187
vanilla, tkg, snapshot, stable, wcp, negative, vc90), func() {
31883188

31893189
ctx, cancel := context.WithCancel(context.Background())
@@ -3363,9 +3363,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
33633363
6. Run resize and it should succeed
33643364
7. Cleanup the pvc
33653365
*/
3366-
ginkgo.It("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume "+
3367-
"online resize of a volume having snapshots", ginkgo.Label(p0, block, vanilla, tkg, snapshot, stable, negative,
3368-
vc90), func() {
3366+
ginkgo.It("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
3367+
"[pq-vks-snapshot] Volume online resize of a volume having snapshots", ginkgo.Label(p0, block, vanilla,
3368+
tkg, snapshot, stable, negative, vc90), func() {
33693369

33703370
ctx, cancel := context.WithCancel(context.Background())
33713371
defer cancel()
@@ -3601,8 +3601,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
36013601
8. cleanup the snapshots, restore-pvc and source-pvc
36023602
*/
36033603

3604-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore while the Host "+
3605-
"is Down", ginkgo.Label(p2, block, vanilla, snapshot, disruptive, vc80), func() {
3604+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot][pq-vks-snapshot] Snapshot restore "+
3605+
"while the Host is Down", ginkgo.Label(p2, block, vanilla, snapshot, disruptive, vc80), func() {
36063606
ctx, cancel := context.WithCancel(context.Background())
36073607
defer cancel()
36083608
var totalQuotaUsedBefore, pvc_storagePolicyQuotaBefore, pvc_storagePolicyUsageBefore *resource.Quantity
@@ -3775,8 +3775,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
37753775
9. Delete both deployments and. the pvcs
37763776
*/
37773777

3778-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] VC reboot with "+
3779-
"deployment pvcs having snapshot", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive,
3778+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] VC reboot "+
3779+
"with deployment pvcs having snapshot", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive,
37803780
negative, flaky, vc90), func() {
37813781

37823782
ctx, cancel := context.WithCancel(context.Background())
@@ -4745,7 +4745,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
47454745
3. Expected behavior: resize operation should succeed and the
47464746
snapshot creation should succeed after resize completes
47474747
*/
4748-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume "+
4748+
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] Volume "+
47494749
"snapshot creation when resize is in progress", ginkgo.Label(p2, block,
47504750
vanilla, snapshot, vc80), func() {
47514751

@@ -4893,8 +4893,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
48934893
2. Create Snapshot class and take a snapshot of the volume
48944894
3. Cleanup of snapshot, pvc and sc
48954895
*/
4896-
ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume provision and "+
4897-
"snapshot creation/restore on VVOL Datastore", ginkgo.Label(p0, block, vanilla, snapshot,
4896+
ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Volume "+
4897+
"provision and snapshot creation/restore on VVOL Datastore", ginkgo.Label(p0, block, vanilla, snapshot,
48984898
tkg, vc80), func() {
48994899
ctx, cancel := context.WithCancel(context.Background())
49004900
defer cancel()
@@ -4910,9 +4910,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
49104910
3. Cleanup of snapshot, pvc and sc
49114911
*/
49124912

4913-
ginkgo.It("[ef-vanilla-block][pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot] Volume "+
4914-
"provision and snapshot creation/restore on VMFS Datastore", ginkgo.Label(p0, block, vanilla, snapshot,
4915-
tkg, vc80), func() {
4913+
ginkgo.It("[ef-vanilla-block][pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]"+
4914+
"[ef-vks-snapshot] Volume provision and snapshot creation/restore on VMFS Datastore", ginkgo.Label(p0,
4915+
block, vanilla, snapshot, tkg, vc80), func() {
49164916
ctx, cancel := context.WithCancel(context.Background())
49174917
defer cancel()
49184918
invokeSnapshotOperationsOnSharedDatastore(client, ctx, namespace, scParameters, snapc, "VMFS", pandoraSyncWaitTime)
@@ -4938,8 +4938,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
49384938
2. Create Snapshot class and take a snapshot of the volume
49394939
3. Cleanup of snapshot, pvc and sc
49404940
*/
4941-
ginkgo.It("[pq-wcp-snpt] [tkg-snapshot] [supervisor-snapshot] Volume provision and snapshot creation/restore "+
4942-
"on VSAN2 Datastore", ginkgo.Label(p0, snapshot, tkg, newTest, vc80), func() {
4941+
ginkgo.It("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot][supervisor-snapshot] Volume provision and snapshot "+
4942+
"creation/restore on VSAN2 Datastore", ginkgo.Label(p0, snapshot, tkg, newTest, vc80), func() {
49434943
ctx, cancel := context.WithCancel(context.Background())
49444944
defer cancel()
49454945
invokeSnapshotOperationsOnSharedDatastore(client, ctx, namespace, scParameters, snapc, "VSAN", pandoraSyncWaitTime)
@@ -6883,8 +6883,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
68836883
b) snapshot create/delete workflow
68846884
c) Restart services
68856885
*/
6886-
ginkgo.It("[ef-wcp-snapshot][tkg-snapshot][supervisor-snapshot] Scale up snapshot creation by increasing the "+
6887-
"volume counts and in between restart services", ginkgo.Label(p1, snapshot, tkg, vc90), func() {
6886+
ginkgo.It("[ef-wcp-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] Scale up snapshot creation by "+
6887+
"increasing the volume counts and in between restart services", ginkgo.Label(p1, snapshot, tkg, vc90), func() {
68886888

68896889
ctx, cancel := context.WithCancel(context.Background())
68906890
defer cancel()

tests/e2e/csi_snapshot_negative.go

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -253,47 +253,52 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
253253
6. k8s side: csi pod restarts with improved_idempotency enabled as well
254254
as run a scenario with improved_idempotency disabled
255255
*/
256-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot "+
257-
"when hostd goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() {
256+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
257+
"[pq-vks-snapshot] create volume snapshot when hostd goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot,
258+
disruptive, negative, vc90), func() {
258259

259260
serviceName = hostdServiceName
260261
snapshotOperationWhileServiceDown(serviceName, namespace, client, snapc, datastoreURL,
261262
csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime)
262263
})
263264

264-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot "+
265-
"when CSI restarts", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() {
265+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] "+
266+
"[pq-vks-snapshot] create volume snapshot when CSI restarts", ginkgo.Label(p1, block,
267+
vanilla, tkg, snapshot, disruptive, negative, vc90), func() {
266268

267269
serviceName = "CSI"
268270
snapshotOperationWhileServiceDown(serviceName, namespace, client, snapc, datastoreURL,
269271
csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime)
270272
})
271273

272-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot "+
273-
"when VPXD goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, vc90), func() {
274+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
275+
"[pq-vks-snapshot] create volume snapshot when VPXD goes down", ginkgo.Label(p1, block, vanilla,
276+
tkg, snapshot, disruptive, vc90), func() {
274277

275278
serviceName = vpxdServiceName
276279
snapshotOperationWhileServiceDown(serviceName, namespace, client, snapc, datastoreURL,
277280
csiNamespace, fullSyncWaitTime, isServiceStopped, false, csiReplicas, pandoraSyncWaitTime)
278281
})
279282

280-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot "+
281-
"when CNS goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() {
283+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
284+
"[pq-vks-snapshot] create volume snapshot when CNS goes down", ginkgo.Label(p1, block, vanilla,
285+
tkg, snapshot, disruptive, negative, vc90), func() {
282286

283287
serviceName = vsanhealthServiceName
284288
snapshotOperationWhileServiceDown(serviceName, namespace, client, snapc, datastoreURL,
285289
csiNamespace, fullSyncWaitTime, isServiceStopped, false, csiReplicas, pandoraSyncWaitTime)
286290
})
287291

288-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot "+
289-
"when SPS goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() {
292+
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
293+
"[pq-vks-snapshot] create volume snapshot when SPS goes down", ginkgo.Label(p1, block, vanilla, tkg,
294+
snapshot, disruptive, negative, vc90), func() {
290295

291296
serviceName = spsServiceName
292297
snapshotOperationWhileServiceDown(serviceName, namespace, client, snapc, datastoreURL,
293298
csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime)
294299
})
295300

296-
ginkgo.It("[pq-wcp-neg-snpt][tkg-snapshot][supervisor-snapshot] create volume snapshot when SVC CSI "+
301+
ginkgo.It("[pq-wcp-neg-snpt][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] create volume snapshot when SVC CSI "+
297302
"restarts", ginkgo.Label(p1, tkg, snapshot, disruptive, newTest, negative, vc90), func() {
298303

299304
serviceName = "WCP CSI"

tests/e2e/fullsync_test_for_block_volume.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ var _ bool = ginkgo.Describe("full-sync-test", func() {
782782
9. delete pvc1
783783
*/
784784
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() {
785+
"[pq-vks][pq-vks-n1][pq-vks-n2] Attach volume to a new pod when CNS is down and verify volume metadata "+
786+
"in CNS post full sync", ginkgo.Label(p1, negative, block, vanilla, wcp, tkg, core, vc70), func() {
787787
ctx, cancel := context.WithCancel(context.Background())
788788
defer cancel()
789789
var err error

tests/e2e/gc_block_volume_expansion.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
442442
// 16. delete SC created in step 1.
443443

444444
// TODO: need to add this test under destuctive test [csi-guest-destructive]
445-
ginkgo.It("verify offline block volume expansion triggered when SVC CSI pod is down "+
446-
"succeeds once SVC CSI pod comes up", ginkgo.Label(p1, block, tkg, negative, vc70), func() {
445+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] verify offline block volume expansion triggered when SVC "+
446+
"CSI pod is down succeeds once SVC CSI pod comes up", ginkgo.Label(p1, block, tkg, negative, vc70), func() {
447447
ctx, cancel := context.WithCancel(context.Background())
448448
defer cancel()
449449
// Create a Pod to use this PVC, and verify volume has been attached.
@@ -631,7 +631,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
631631
// 6. Verify size of PVs in SVC and GC are 5Gi.
632632
// 7. delete the PVC created in step 2.
633633
// 8. delete SC created in step 1.
634-
ginkgo.It("[ef-vks] [ef-vks-n1][ef-vks-n2] Verify pvc expanded concurrently with different sizes "+
634+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify pvc expanded concurrently with different sizes "+
635635
"expands to largest size", ginkgo.Label(p0, block, tkg, vc70), func() {
636636
ctx, cancel := context.WithCancel(context.Background())
637637
defer cancel()
@@ -713,7 +713,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
713713
// 10. delete PVC created in step 2.
714714
// 11. delete SC created in step 1.
715715
// TODO: need to add this test under destuctive test [csi-guest-destructive]
716-
ginkgo.It("Verify volume expansion eventually succeeds when CNS is "+
716+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] Verify volume expansion eventually succeeds when CNS is "+
717717
"unavailable during initial expansion", ginkgo.Label(p1, block, tkg, negative, vc70), func() {
718718
ginkgo.By(fmt.Sprintln("Stopping vsan-health on the vCenter host"))
719719
ctx, cancel := context.WithCancel(context.Background())
@@ -812,7 +812,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
812812
// resize is in progress. This test needs to be re-evaluated in the
813813
// future when the upstream happens.
814814
// TODO: need to add this test under destuctive test [csi-guest-destructive]
815-
ginkgo.It("Verify while CNS is down the volume expansion can be triggered and "+
815+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] Verify while CNS is down the volume expansion can be triggered and "+
816816
"the volume can deleted with pending resize operation", ginkgo.Label(p1, block, tkg, negative, vc70), func() {
817817
ginkgo.By(fmt.Sprintln("Stopping vsan-health on the vCenter host"))
818818
ctx, cancel := context.WithCancel(context.Background())
@@ -1232,7 +1232,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
12321232
// 14. Delete the pod created in step 11.
12331233
// 15. Delete PVC created in step 2.
12341234
// 16. Delete SC created in step 1.
1235-
ginkgo.It("verify offline block volume expansion succeeds when GC CSI pod is down "+
1235+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] verify offline block volume expansion succeeds when GC CSI pod is down "+
12361236
"when SVC PVC reaches FilesystemResizePending state and GC CSI comes up", ginkgo.Label(p1, block, tkg, vc70), func() {
12371237
thickProvPolicy := os.Getenv(envStoragePolicyNameWithThickProvision)
12381238
if thickProvPolicy == "" {
@@ -2198,7 +2198,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
21982198
// equality.
21992199
// 12. delete the pod, pvc,sc
22002200

2201-
ginkgo.It("verify online block volume expansion triggered when SVC CSI pod is down"+
2201+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] verify online block volume expansion triggered when SVC CSI pod is down"+
22022202
"succeeds once SVC CSI pod comes up", ginkgo.Label(p1, block, tkg, negative, vc70), func() {
22032203
ctx, cancel := context.WithCancel(context.Background())
22042204
defer cancel()
@@ -2356,7 +2356,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
23562356
// for equality.
23572357
// 10. Delete POD, PVC, SC
23582358

2359-
ginkgo.It("verify Online block volume expansion succeeds when GC CSI pod is "+
2359+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] verify Online block volume expansion succeeds when GC CSI pod is "+
23602360
"down when SVC PVC reaches FilesystemResizePending state and GC CSI comes up", ginkgo.Label(p1,
23612361
block, tkg, negative, vc70), func() {
23622362
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/gc_cns_nodevm_attachment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
254254
// Verify volume is detached from VM.
255255
// Delete PVC in GC.
256256

257-
ginkgo.It("Verify CnsNodeVmAttachements crd and Pod is created after CSI controller comes up", ginkgo.Label(p0,
258-
block, tkg, vc70), func() {
257+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] Verify CnsNodeVmAttachements crd and Pod is created after CSI controller "+
258+
"comes up", ginkgo.Label(p0, block, tkg, vc70), func() {
259259
var sc *storagev1.StorageClass
260260
var pvc *v1.PersistentVolumeClaim
261261
var err error

tests/e2e/gc_full_sync.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = ginkgo.Describe("[csi-guest] Guest cluster fullsync tests", func() {
9999
// Verify CnsVolumeMetadata CRD is updated.
100100
// Verify entry is updated in CNS.
101101
// Delete PVC.
102-
ginkgo.It("Verify CNS volume is synced with updated GC PV & PVC labels "+
102+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] Verify CNS volume is synced with updated GC PV & PVC labels "+
103103
"when GC csi-controller pod is down", ginkgo.Label(p0, block, tkg, vc70), func() {
104104
var sc *storagev1.StorageClass
105105
var pvc *v1.PersistentVolumeClaim
@@ -194,7 +194,7 @@ var _ = ginkgo.Describe("[csi-guest] Guest cluster fullsync tests", func() {
194194
// Verify CnsVolumeMetadata CRD is updated.
195195
// Verify entry is updated in CNS.
196196
// Delete PVC.
197-
ginkgo.It("Verify CNS volume is synced with updated GC PV & PVC labels after "+
197+
ginkgo.It("[pq-vks][pq-vks-n1][pq-vks-n2] Verify CNS volume is synced with updated GC PV & PVC labels after "+
198198
"SVC connection is restored", ginkgo.Label(p0, block, tkg, vc70), func() {
199199
var err error
200200
var sc *storagev1.StorageClass

0 commit comments

Comments
 (0)