[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation. 76/125876/5
authorVenkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Thu, 25 Nov 2021 04:04:35 +0000 (04:04 +0000)
committerVenkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Sat, 8 Jan 2022 09:31:31 +0000 (09:31 +0000)
commit0e08abbbf9ac8b7bcb84e8f98439822a1cfd99fb
tree58b77402496970cfd67ea6685f8aa3922e10b71b
parentd7715808aaf9a4f891d2bd571af1a5acc86b4c7b
[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation.

Issue-ID: DCAEGEN2-2989
Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Change-Id: Iba9dc9cab49fc085dc2f987cea65ad258d937d5b
components/kpi-computation-ms/Changelog.md
components/kpi-computation-ms/src/main/java/org/onap/dcaegen2/kpi/computation/SumRatioKpiComputation.java [new file with mode: 0644]
components/kpi-computation-ms/src/main/java/org/onap/dcaegen2/kpi/config/Operation.java
components/kpi-computation-ms/src/test/java/org/onap/dcaegen2/kpi/computation/KpiComputationTest.java
components/kpi-computation-ms/src/test/java/org/onap/dcaegen2/kpi/computation/KpiTest.java
components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json [new file with mode: 0644]
components/kpi-computation-ms/src/test/resources/kpi/kpi_config_sumratio.json [new file with mode: 0644]
components/kpi-computation-ms/src/test/resources/kpi/ves_message_empty.json [new file with mode: 0644]
components/kpi-computation-ms/src/test/resources/kpi/ves_message_eventname.json [new file with mode: 0644]
components/kpi-computation-ms/src/test/resources/kpi/ves_message_null.json [new file with mode: 0644]