Skip to content

Commit 7289a4b

Browse files
Adding pq labels to file vanilla tests (#3599)
1 parent 50a09d5 commit 7289a4b

10 files changed

+59
-49
lines changed

tests/e2e/config_change_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ var _ bool = ginkgo.Describe("[csi-supervisor] config-change-test", func() {
6868
7. Revert the password change
6969
8. Delete Storage class
7070
*/
71-
ginkgo.It("[pq-wcp]verify PVC deletion after VC password change", ginkgo.Label(p1, block, wcp, vc80), func() {
71+
ginkgo.It("[pq-wcp][pq-vanilla-block] verify PVC deletion after VC password change", ginkgo.Label(p1,
72+
block, wcp, vc80), func() {
7273
ginkgo.By("Invoking password change test")
7374
profileID := e2eVSphere.GetSpbmPolicyID(storagePolicyName)
7475
scParameters[scParamStoragePolicyID] = profileID

tests/e2e/config_secret.go

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
150150
7. Cleanup all objects created during the test
151151
*/
152152

153-
ginkgo.It("Update user credentials in vsphere config secret keeping password same "+
154-
"for both test users", ginkgo.Label(p1, vsphereConfigSecret, block, file, vanilla), func() {
153+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Update user credentials in vsphere config secret "+
154+
"keeping password same for both test users", ginkgo.Label(p1, vsphereConfigSecret, block, file, vanilla), func() {
155155
ctx, cancel := context.WithCancel(context.Background())
156156
defer cancel()
157157

@@ -249,8 +249,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
249249
12. Cleanup all objects created during the test
250250
*/
251251

252-
ginkgo.It("Change vcenter user password and restart csi controller pod", ginkgo.Label(p0,
253-
vsphereConfigSecret, block, file, vanilla), func() {
252+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block]Change vcenter user password and restart "+
253+
"csi controller pod", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
254254
ctx, cancel := context.WithCancel(context.Background())
255255
defer cancel()
256256
testUser1NewPassword := "Admin!123"
@@ -406,8 +406,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
406406
7. Cleanup all objects created during the test
407407
*/
408408

409-
ginkgo.It("Update user credentials in vsphere config secret keeping password different for both test "+
410-
"users", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
409+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Update user credentials in vsphere config secret keeping "+
410+
"password different for both test users", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
411411
ctx, cancel := context.WithCancel(context.Background())
412412
defer cancel()
413413

@@ -503,7 +503,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
503503
9. Cleanup all objects created during the test
504504
*/
505505

506-
ginkgo.It("Change vcenter ip to hostname and viceversa in vsphere config "+
506+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Change vcenter ip to hostname and viceversa in vsphere config "+
507507
"secret", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
508508
ctx, cancel := context.WithCancel(context.Background())
509509
defer cancel()
@@ -619,7 +619,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
619619
9. Cleanup all objects created during the test
620620
*/
621621

622-
ginkgo.It("Change vcenter user to wrong dummy user and later switch back to "+
622+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Change vcenter user to wrong dummy user and later switch back to "+
623623
"correct one", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
624624
ctx, cancel := context.WithCancel(context.Background())
625625
defer cancel()
@@ -748,8 +748,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
748748
10. Cleanup all objects created during the test
749749
*/
750750

751-
ginkgo.It("Add a user without adding required roles and privileges and switch back "+
752-
"to the correct one", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
751+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Add a user without adding required roles and privileges "+
752+
"and switch back to the correct one", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
753753
ctx, cancel := context.WithCancel(context.Background())
754754
defer cancel()
755755

@@ -869,7 +869,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
869869
8. Cleanup all objects created during the test
870870
*/
871871

872-
ginkgo.It("Add necessary roles and privileges to the user post CSI driver "+
872+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Add necessary roles and privileges to the user post CSI driver "+
873873
"creation", ginkgo.Label(p0, vsphereConfigSecret, block, file, vanilla), func() {
874874
ctx, cancel := context.WithCancel(context.Background())
875875
defer cancel()
@@ -981,8 +981,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
981981
10. Cleanup all objects created during the test
982982
*/
983983

984-
ginkgo.It("Add wrong datacenter and switch back to the correct datacenter in vsphere "+
985-
"config secret file", ginkgo.Label(p1, vsphereConfigSecret, block, file, vanilla), func() {
984+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Add wrong datacenter and switch back to the "+
985+
"correct datacenter in vsphere config secret file", ginkgo.Label(p1, vsphereConfigSecret,
986+
block, file, vanilla), func() {
986987

987988
ctx, cancel := context.WithCancel(context.Background())
988989
defer cancel()
@@ -1107,7 +1108,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
11071108
9. Cleanup all objects created during the test
11081109
*/
11091110

1110-
ginkgo.It("VC with Custom Port", ginkgo.Label(p1, vsphereConfigSecret, file, block, customPort), func() {
1111+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] VC with Custom Port", ginkgo.Label(p1, vsphereConfigSecret,
1112+
file, block, customPort), func() {
11111113
ctx, cancel := context.WithCancel(context.Background())
11121114
defer cancel()
11131115
defaultvCenterPort := "443"
@@ -1234,7 +1236,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
12341236
10. Cleanup all objects created during the test
12351237
*/
12361238

1237-
ginkgo.It("Modify VC Port and validate the workloads", ginkgo.Label(p1, vsphereConfigSecret, file, block,
1239+
ginkgo.It("[pq-vanilla-file][pq-vanilla-block] Modify VC Port and validate the workloads", ginkgo.Label(p1,
1240+
vsphereConfigSecret, file, block,
12381241
customPort), func() {
12391242
ctx, cancel := context.WithCancel(context.Background())
12401243
defer cancel()

tests/e2e/csi_cns_telemetry.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ 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("Verify dynamic provisioning of pvc has cluster-distribution value updated", ginkgo.Label(p0,
106-
block, file, vanilla, vc70), func() {
105+
ginkgo.It("[pq-vanilla-file]Verify dynamic provisioning of pvc has cluster-distribution value "+
106+
"updated", ginkgo.Label(p0, block, file, vanilla, vc70), func() {
107107
ctx, cancel := context.WithCancel(context.Background())
108108
defer cancel()
109109

@@ -284,8 +284,8 @@ 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("Verify PVC goes to Pending when cluster distribution name has more than 128 characters", ginkgo.Label(p0,
288-
block, file, vanilla, vc70), func() {
287+
ginkgo.It("[pq-vanilla-file]Verify PVC goes to Pending when cluster distribution name has more"+
288+
" than 128 characters", ginkgo.Label(p0, block, file, vanilla, vc70), func() {
289289
ctx, cancel := context.WithCancel(context.Background())
290290
defer cancel()
291291

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] Statefulset service for cluster-distribution metadata check", ginkgo.Label(p0, block,
100-
file, vanilla, wcp, tkg, vc70), func() {
99+
ginkgo.It("[ef-vks][pq-vanilla-file]Statefulset service for cluster-distribution metadata check", ginkgo.Label(p0,
100+
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: 4 additions & 3 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] "+
98+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanilla-serialized][pq-vanilla-file] "+
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,8 +283,9 @@ 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] verify volume operations after "+
287-
"vc reboots", ginkgo.Label(p1, block, file, vanilla, disruptive, negative, vc70), func() {
286+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla] [csi-block-vanilla-serialized][pq-vanilla-file] "+
287+
"verify volume operations after vc reboots", ginkgo.Label(p1, block, file, vanilla, disruptive,
288+
negative, vc70), func() {
288289
ctx, cancel := context.WithCancel(context.Background())
289290
defer cancel()
290291
var storageclass *storagev1.StorageClass

tests/e2e/file_volume_statefulsets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ var _ = ginkgo.Describe("[csi-file-vanilla] File Volume statefulset", func() {
542542
9. Delete all PVCs from the tests namespace.
543543
10. Delete the storage class.
544544
*/
545-
ginkgo.It("Statefulset with file volume testing with CSI daemonset "+
545+
ginkgo.It("[pq-vanilla-file]Statefulset with file volume testing with CSI daemonset "+
546546
"restart", ginkgo.Label(p1, file, vanilla, core, negative, vc70), func() {
547547
curtime := time.Now().Unix()
548548
randomValue := rand.Int()

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] "+
180+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor] [pq-vanilla-file]"+
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]"+
206+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
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]"+
224+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
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]"+
242+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
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]"+
260+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
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]"+
277+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file]"+
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] "+
295+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file] "+
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] "+
314+
ginkgo.It("[csi-block-vanilla] [csi-file-vanilla][csi-guest] [csi-supervisor][pq-vanilla-file] "+
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/nodes_scaleup_scaledown.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ 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("Statefulset with Nodes Scale-up and Scale-down", ginkgo.Label(p1, vanilla, block, file, vc70), func() {
84+
ginkgo.It("[pq-vanilla-file]Statefulset with Nodes Scale-up and Scale-down", ginkgo.Label(p1,
85+
vanilla, block, file, vc70), func() {
8586
curtime := time.Now().Unix()
8687
randomValue := rand.Int()
8788
val := strconv.FormatInt(int64(randomValue), 10)

tests/e2e/operationstorm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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] Delete namespace to "+
246+
ginkgo.It("[csi-file-vanilla] [csi-guest][pq-vanilla-file] 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/prevent_duplicate_cluster_ids.go

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
131131
7. Clean up the sts, deployment, pods and PVCs.
132132
133133
*/
134-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Generate unique cluster id through configmap"+
135-
" and create workloads", ginkgo.Label(p0, vanilla, block, file, disruptive, vc70), func() {
134+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file]"+
135+
"Generate unique cluster id through configmap and create workloads", ginkgo.Label(p0, vanilla,
136+
block, file, disruptive, vc70), func() {
136137
ctx, cancel := context.WithCancel(context.Background())
137138
defer cancel()
138139

@@ -229,8 +230,8 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
229230
3. Change the cluster id value in "vsphere-csi-cluster-id" configmap, which should throw a proper error.
230231
231232
*/
232-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Modify unique cluster id value in"+
233-
" Configmap", ginkgo.Label(p0, vanilla, block, file, disruptive, vc70), func() {
233+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file]"+
234+
" Modify unique cluster id value in Configmap", ginkgo.Label(p0, vanilla, block, file, disruptive, vc70), func() {
234235
ctx, cancel := context.WithCancel(context.Background())
235236
defer cancel()
236237

@@ -290,8 +291,9 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
290291
12. Clean up the sts, deployment, pods and PVCs.
291292
292293
*/
293-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Generate cluster id and then set cluster id "+
294-
"in vsphere config secret and remove cluster id field in vsphere config secret", ginkgo.Label(p0, vanilla,
294+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file]"+
295+
" Generate cluster id and then set cluster id in vsphere config secret and remove cluster id"+
296+
" field in vsphere config secret", ginkgo.Label(p0, vanilla,
295297
block, file, disruptive, vc70), func() {
296298
ctx, cancel := context.WithCancel(context.Background())
297299
defer cancel()
@@ -449,8 +451,9 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
449451
9. Clean up the sts, deployment, pods and PVCs.
450452
451453
*/
452-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Recreate vsphere config secret multiple"+
453-
" times", ginkgo.Label(p1, vanilla, block, file, disruptive, vc70), func() {
454+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file]"+
455+
" Recreate vsphere config secret multiple times", ginkgo.Label(p1, vanilla, block, file,
456+
disruptive, vc70), func() {
454457
ctx, cancel := context.WithCancel(context.Background())
455458
defer cancel()
456459

@@ -558,8 +561,9 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
558561
b. "cluster-id" key and value as maximum length of characters
559562
2. The CNS metadata for the PVC should have a cluster id value set.
560563
*/
561-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Create vsphere config secret with cluster "+
562-
"id value set with special characters", ginkgo.Label(p1, vanilla, block, file, disruptive, vc70), func() {
564+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file]"+
565+
" Create vsphere config secret with cluster id value set with special characters", ginkgo.Label(p1,
566+
vanilla, block, file, disruptive, vc70), func() {
563567
ctx, cancel := context.WithCancel(context.Background())
564568
defer cancel()
565569

@@ -705,8 +709,8 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
705709
8. Verify cns metadata and check if cluster id is populated in cns metadata.
706710
9. Clean up the sts, deployment, pods and PVCs.
707711
*/
708-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Restart CSI pods multiple"+
709-
" times", ginkgo.Label(p1, vanilla, block, file, disruptive, vc70), func() {
712+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file] "+
713+
" Restart CSI pods multiple times", ginkgo.Label(p1, vanilla, block, file, disruptive, vc70), func() {
710714
ctx, cancel := context.WithCancel(context.Background())
711715
defer cancel()
712716

@@ -811,7 +815,7 @@ var _ = ginkgo.Describe("Prevent duplicate cluster ID", func() {
811815
8. Verify cns metadata and check if cluster id is populated in cns metadata.
812816
9. Clean up the sts, deployment, pods and PVCs.
813817
*/
814-
ginkgo.It("[csi-config-secret-block][csi-config-secret-file] Delete CSI"+
818+
ginkgo.It("[csi-config-secret-block][csi-config-secret-file][pq-vanilla-block][pq-vanilla-file] Delete CSI"+
815819
" driver", ginkgo.Label(p1, vanilla, block, file, disruptive, vc70), func() {
816820
ctx, cancel := context.WithCancel(context.Background())
817821
defer cancel()

0 commit comments

Comments
 (0)