@@ -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