Rework SDC calls and model 51/6951/2
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 09:54:59 +0000 (02:54 -0700)
committerSébastien Determe <sd378r@intl.att.com>
Tue, 8 Aug 2017 12:33:20 +0000 (12:33 +0000)
commit08673dc040d7483e159a6e705993690538d7b117
tree1132245edd9d032db925b44892177adad4df052c
parent8fab8020f0bb45c8bf048c929fba13db638b9fc1
Rework SDC calls and model

Rework the SDC model and queries
+ Add unit tests with JSON to validate the SDC model

Change-Id: I93f08cdc883f5357e3a08e9c246ed30be50a3492
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
21 files changed:
src/main/java/org/onap/clamp/clds/client/SdcCatalogServices.java
src/main/java/org/onap/clamp/clds/client/SdcSendReqDelegate.java
src/main/java/org/onap/clamp/clds/client/req/SdcReq.java
src/main/java/org/onap/clamp/clds/model/CldsSdcArtifact.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsSdcResource.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsSdcResourceBasicInfo.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsSdcServiceDetail.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsSdcServiceInfo.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/client/req/SdcReqTest.java
src/test/java/org/onap/clamp/clds/it/SdcCatalogServicesIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/SdcIT.java [new file with mode: 0644]
src/test/resources/example/sdc/sdcAlarmsList.csv [new file with mode: 0644]
src/test/resources/example/sdc/sdcCinderVolume.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcMeasurementsList.csv [new file with mode: 0644]
src/test/resources/example/sdc/sdcResourceDetailsExample.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcSecurityRules.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcServiceDetailsExample.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcServicesListExample.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcVFCGenericWithAlarms.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcVFCResources.json [new file with mode: 0644]
src/test/resources/example/sdc/sdcVFResources.json [new file with mode: 0644]