Ties monitoring handler into the activator with runtime test classes. 14/119614/3
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 23 Mar 2021 06:10:15 +0000 (06:10 +0000)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Tue, 23 Mar 2021 15:10:13 +0000 (15:10 +0000)
commit978607640ef2e637687765e07571b16d728ae8c5
tree9d49c4634dfdc52ecd338a270520bf19e434d62f
parentb7585f9f12d053c2a11b27c7a48782e6b40f4546
Ties monitoring handler into the activator with runtime test classes.

Issue-ID: POLICY-3051
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I5b651a6a9d4605cabcb0a0b6db2ad4820160415e
tosca-controlloop/runtime/src/main/java/org/onap/policy/clamp/controlloop/runtime/main/startstop/ClRuntimeActivator.java
tosca-controlloop/runtime/src/main/java/org/onap/policy/clamp/controlloop/runtime/monitoring/MonitoringProvider.java
tosca-controlloop/runtime/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java [new file with mode: 0644]
tosca-controlloop/runtime/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/rest/MonitoringQueryControllerTest.java [new file with mode: 0644]
tosca-controlloop/runtime/src/test/resources/META-INF/persistence.xml
tosca-controlloop/runtime/src/test/resources/rest/monitoring/TestClElementStatistics.json [new file with mode: 0644]
tosca-controlloop/runtime/src/test/resources/rest/monitoring/TestClElementStatistics_Invalid.json [new file with mode: 0644]
tosca-controlloop/runtime/src/test/resources/rest/monitoring/TestParticipantStatistics.json [new file with mode: 0644]
tosca-controlloop/runtime/src/test/resources/rest/monitoring/TestParticipantStatistics_Invalid.json [new file with mode: 0644]