summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/pomba/contextbuilder/sdnc/unittest/service/SdncContextBuilderTest.java
AgeCommit message (Collapse)AuthorFilesLines
2019-09-05Address vulnerability issues.Prudence Au1-1/+2
- exclude commons-beanutils from spring-boot-starter-velocity - upgrade handlebars to version 4.1.2 - upgrade logback-classic to version 1.2.3 - upgrade xstream to version 1.4.11.1 - exclude dom4j from spring-boot-starter-velocity - upgrade camel-core to version 2.21.5 - exclude struts-core from spring-boot-starter-velocity - upgrade plexus-utils to version 3.0.22 Issue-ID: LOG-827 Issue-ID: LOG-1116 Issue-ID: LOG-1121 Issue-ID: LOG-1122 Issue-ID: LOG-1123 Issue-ID: LOG-1124 Issue-ID: LOG-1062 Issue-ID: LOG-1063 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ib851883ba4338f800523bbdbdb714e39549e5ecd
2019-03-08Use direct GET to get service instanceNorm Traxler1-111/+42
Issue-ID: LOG-999 Change-Id: I2530de89628465055c9464e912cfe4764cb10f3a Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-12SdnccCtxBld unable to retrieve all VNF attributesTait,Trevor(rt0435)1-1/+1
Issue-ID: LOG-968 Change-Id: I93e95e18a9b498dbedcc9ca14c84dd8eab17f59f Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-31SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)1-0/+3
Code to retrieve pnf data from SDNC. Includes new URI to GET port-mirror-configurations. Issue-ID: LOG-778 Change-Id: I0264e544d1f08f660ee783b626438a1259617a69 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-10-26SDNC context builder API Mapping ConfigurationTait,Trevor(rt0435)1-80/+129
Issue-ID: LOG-421 Add code to use the VNF-API on SDNC where required. This involves using the api-mapping logic to select the VNF-API over the GNERIC-RESOURCES-API as well as adding the code to extract the information required by the VNF-API from AAI and adding the code to parse the VNF-API resonse into ModelContext. Change-Id: I4447a14d7fa39b2c5d9b655c2b20e651e56d3d77 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-10-26Merge "Adding API Mapping infrastructure"Prudence Au1-4/+97
2018-10-15Temporary disable a failed testPrudence Au1-2/+2
Change-Id: I5e267a227c859eb2b030882dbcfd9780604a3630 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-520
2018-10-12Adding API Mapping infrastructureGeora Barsky1-4/+97
Issue-ID: LOG-391 Change-Id: I30d954bcdf1cf0748bb5249cbf10defb8dbc8ff6 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-10-09POMBA: SDNC Context BuilderTait,Trevor(rt0435)1-0/+155
Initial code for POMBA: SDNC Context Builder Issue-ID: LOG-520 Change-Id: I6b06561b9050acc83b0c2b18b21c94f0f13f63e4 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>