[SO] create generic pnf healthcheck workflow 13/110313/10
authortragait <rahul.tyagi@est.tech>
Tue, 7 Jul 2020 11:00:52 +0000 (12:00 +0100)
committerRahul Tyagi <rahul.tyagi@est.tech>
Thu, 30 Jul 2020 15:12:08 +0000 (15:12 +0000)
commit4529f2a4fca2c1846408f274d6feb1cd32f5a847
treeba5466edfa8b1df11ef2612d3fd1648100249857
parent2bfa3106bdf29f55460cf43f76c22c442988b047
[SO] create generic pnf healthcheck workflow

This commit implements workflow for pnf health
check and its respective test cases.

Issue-ID: SO-3018
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Idffcbf78809c33dd7a059bc87962716d0a9cd81c
Signed-off-by: tragait <rahul.tyagi@est.tech>
bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/GenericPnfTaskProcessor.groovy [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/GenericPnfHealthCheck.bpmn [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-flows/src/test/java/org/onap/so/bpmn/infrastructure/process/PNFSoftwareUpgradeTest.java
bpmn/so-bpmn-infrastructure-flows/src/test/java/org/onap/so/bpmn/infrastructure/process/PnfHealthCheckTest.java [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-flows/src/test/resources/request/PnfHealthCheckTest.json [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest_catalogdb.json [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/flowspecific/tasks/GenericPnfDispatcher.java [new file with mode: 0644]
mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java