Add execute-graph and vlbcheck to swagger-codegen code 07/102507/4
authorDan Timoney <dtimoney@att.com>
Wed, 26 Feb 2020 21:07:53 +0000 (16:07 -0500)
committerDan Timoney <dtimoney@att.com>
Thu, 27 Feb 2020 19:05:55 +0000 (14:05 -0500)
commitec7aa8b8c9fbe23f7628eb61bea93c0136cff6c5
treedca903c47785a8c5742be99cd4c2b2b324c35141
parent2c78899f04fd40115d3c4cc606e8380c00cdda0b
Add execute-graph and vlbcheck to swagger-codegen code

Add implementation for execute-graph and vlbcheck RPCs.  Also,
added junit tests.

Change-Id: Id2a31c033d25ef12c455bfee98c5aea8439fc2f9
Issue-ID: CCSDK-2096
Signed-off-by: Dan Timoney <dtimoney@att.com>
sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicContext.java
sliapi/model/src/main/resources/sli-api.20161110.yaml
sliapi/springboot/pom.xml
sliapi/springboot/src/main/java/org/onap/ccsdk/sli/core/sliapi/springboot/RestconfApiController.java
sliapi/springboot/src/main/resources/application.properties
sliapi/springboot/src/main/resources/graph.versions
sliapi/springboot/src/main/resources/sli_vlbcheck.xml [new file with mode: 0644]
sliapi/springboot/src/main/resources/svclogic.properties
sliapi/springboot/src/test/java/org/onap/ccsdk/sli/core/sliapi/springboot/RestconfApiControllerTest.java [new file with mode: 0644]