Add stubs and tests for ppnt controller 38/133238/1
authorsaul.gill <saul.gill@est.tech>
Mon, 13 Feb 2023 17:53:26 +0000 (17:53 +0000)
committersaul.gill <saul.gill@est.tech>
Mon, 13 Feb 2023 17:53:29 +0000 (17:53 +0000)
commitf716f67399eea26c45e700e710765ff6c06d4740
treeccac0ff4fb07fc07af7d3153ba1d35cc08676501
parent1191f992ddf1f6bcc94e7fa246ee3efbc71a3a8f
Add stubs and tests for ppnt controller

Added stubs
Added tests
Added node state and elements to all participant endpoint

Issue-ID: POLICY-4557
Change-Id: Ia76831ec02f9a308e39f138a3b24f3baced62095
Signed-off-by: saul.gill <saul.gill@est.tech>
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/main/rest/stub/ParticipantControllerStub.java [new file with mode: 0644]
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/participants/AcmParticipantProvider.java
runtime-acm/src/main/resources/application-stub.yaml
runtime-acm/src/main/resources/openapi/examples/getMultipleParticipantResponse.json [new file with mode: 0644]
runtime-acm/src/main/resources/openapi/examples/getSingleParticipantResponse.json [new file with mode: 0644]
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/contract/ParticipantControllerStubTest.java [new file with mode: 0644]