Skip to content

Commit 16e26fe

Browse files
authored
TKGS-HA PQ UTS test addtion (#3691)
1 parent d6e8e8e commit 16e26fe

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tests/e2e/mgmt_wrkld_domain_isolation_tkg.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
163163
12. Perfrom cleanup: Delete Pods, volumes.
164164
*/
165165

166-
ginkgo.It("Dynamic and Pre-Provisioned snapshot creation with removal of zones from the namespace", ginkgo.Label(
167-
p0, wldi, snapshot, vc90), func() {
166+
ginkgo.It("[pq-vks-wldi] Dynamic and Pre-Provisioned snapshot creation with removal of zones from the "+
167+
"namespace", ginkgo.Label(p0, wldi, snapshot, vc90), func() {
168168
ctx, cancel := context.WithCancel(context.Background())
169169
defer cancel()
170170

@@ -373,7 +373,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
373373
5. Perform cleanup by deleting the Pods, Volumes, and Namespace.
374374
*/
375375

376-
ginkgo.It("Statefulset creation with zonal policy", func() {
376+
ginkgo.It("[pq-vks-wldi] Statefulset creation with zonal policy", func() {
377377
ctx, cancel := context.WithCancel(context.Background())
378378
defer cancel()
379379

@@ -420,7 +420,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
420420
8. Perform cleanup by deleting the Pods, Volumes, and Namespace.
421421
*/
422422

423-
ginkgo.It("Workload creation by setting requested allowed topology", func() {
423+
ginkgo.It("[pq-vks-wldi] Workload creation by setting requested allowed topology", func() {
424424
ctx, cancel := context.WithCancel(context.Background())
425425
defer cancel()
426426

@@ -482,7 +482,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
482482
7. Perform cleanup by deleting the Pods, Volumes, and Namespace.
483483
*/
484484

485-
ginkgo.It("Create a statefulset with Node Selector Terms.", func() {
485+
ginkgo.It("[pq-vks-wldi] Create a statefulset with Node Selector Terms.", func() {
486486
ctx, cancel := context.WithCancel(context.Background())
487487
defer cancel()
488488

@@ -534,7 +534,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
534534
5. Verify the StatefulSet Pod's node annotation. All Pods should come up on zone-3
535535
6. Perform cleanup by deleting the Pods, Volumes, and Namespace.
536536
*/
537-
ginkgo.It("Create a statefulset with Node Selector Terms and WFFC binding", func() {
537+
ginkgo.It("[pq-vks-wldi] Create a statefulset with Node Selector Terms and WFFC binding", func() {
538538
ctx, cancel := context.WithCancel(context.Background())
539539
defer cancel()
540540

tests/e2e/tkgs_ha.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
387387
9. Scale down the sts to 0
388388
10.Delete PVC,POD,SC
389389
*/
390-
ginkgo.It("Stateful set - storage class with Zonal storage and wffc and with parallel pod management "+
391-
"policy", ginkgo.Label(p0, block, tkgsHA, vc80), func() {
390+
ginkgo.It("[pq-vks-tkgsha] Stateful set - storage class with Zonal storage and wffc and with parallel "+
391+
"pod management policy", ginkgo.Label(p0, block, tkgsHA, vc80), func() {
392392

393393
var totalQuotaUsedBefore, storagePolicyQuotaBefore, storagePolicyUsageBefore *resource.Quantity
394394
var totalQuotaUsedAfter, storagePolicyQuotaAfter, storagePolicyUsageAfter *resource.Quantity
@@ -491,8 +491,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
491491
6. Edit the SC parameter to some cross-zonal sc name - This operation should not be allowed
492492
7. Delete PVC,SC
493493
*/
494-
ginkgo.It("Edit the svc-pvc and try to change annotation or SC values", ginkgo.Label(p1, block,
495-
tkgsHA, vc80), func() {
494+
ginkgo.It("[pq-vks-tkgsha] Edit the svc-pvc and try to change annotation or SC values", ginkgo.Label(p1,
495+
block, tkgsHA, vc80), func() {
496496
ctx, cancel := context.WithCancel(context.Background())
497497
defer cancel()
498498

@@ -583,8 +583,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
583583
13. Scale down the sts to 0
584584
14. Delete PVC,POD,SC
585585
*/
586-
ginkgo.It("Bring down VSAN during volume provisioning using zonal storage", ginkgo.Label(p1, block, tkgsHA,
587-
negative, vc80), func() {
586+
ginkgo.It("[pq-vks-tkgsha] Bring down VSAN during volume provisioning using zonal storage", ginkgo.Label(p1,
587+
block, tkgsHA, negative, vc80), func() {
588588
serviceName := vsanhealthServiceName
589589
isServiceStopped := false
590590
verifyVolumeProvisioningWithServiceDown(serviceName, namespace, client, zonalPolicy,
@@ -609,8 +609,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
609609
13. Scale down the sts to 0
610610
14. Delete PVC,POD,SC
611611
*/
612-
ginkgo.It("Bring down sps during volume provisioning using zonal storage", ginkgo.Label(p1, block, tkgsHA,
613-
negative, vc80), func() {
612+
ginkgo.It("[pq-vks-tkgsha] Bring down sps during volume provisioning using zonal storage", ginkgo.Label(p1,
613+
block, tkgsHA, negative, vc80), func() {
614614
serviceName := spsServiceName
615615
isServiceStopped := false
616616
verifyVolumeProvisioningWithServiceDown(serviceName, namespace, client, zonalPolicy,
@@ -769,8 +769,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
769769
11.Verify the FS size on the POD
770770
12.Clear all PVC,POD and sc
771771
*/
772-
ginkgo.It("Verify offline Volume expansion using zonal storage", ginkgo.Label(p0, block, tkgsHA,
773-
vc80), func() {
772+
ginkgo.It("[pq-vks-tkgsha] Verify offline Volume expansion using zonal storage", ginkgo.Label(p0,
773+
block, tkgsHA, vc80), func() {
774774
var totalQuotaUsedBefore, storagePolicyQuotaBefore, storagePolicyUsageBefore *resource.Quantity
775775
ctx, cancel := context.WithCancel(context.Background())
776776
defer cancel()

0 commit comments

Comments
 (0)