aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/pomba/contextbuilder/networkdiscovery/unittest/service/NetworkDiscoveryContextBuilderTest.java
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-4/+10
Issue-ID: LOG-977 Change-Id: I321036e0f51297092b9c88ff668c4e09c89b36a0 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-22NetworkDiscCtxBuilder error handlingNorm Traxler1-94/+69
Issue-ID: LOG-938 Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-07Change Network Discovery micro call to SynchronousNorm Traxler1-63/+3
Network Discovery API is now synchronus, so the context builder is changing accordingly. Issue-ID: SDNC-543 Change-Id: I518a93197b192a42349fc23afb6c1cc731d55478 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-12-04Use SSL client for Micro ServiceTait,Trevor(rt0435)1-19/+14
Update POMBA Network Discovery Context Builder to use HTTPS when talking to Network Discovery Micro Service. Also cleaned up some method and variable names that are incompatible with ONAP. Issue-ID: LOG-878 Change-Id: Id9a6fc3608daa1fce164a0d24b87f4464c3a76bc Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-09-06Udates for feedback from demoTait,Trevor(rt0435)1-5/+5
Changes made to org.onap.pomba.common.datatypes.ModelContext, specifically nfNamingCode and networkType have been adapted in networkDiscoveryContextBuilder Changes made to networkdiscovery.spec to only return attributes and values from the network, no AAI. Also changed the name of this file as it is not a JSON formatted file. James McNider needs to confirm this dependency on ND OOM before we merge. Fixed onap-java-style audit issues with NetworkDiscoveryContextBuilderTest.java Issue-ID: LOG-643 Change-Id: Id18b25d2fea350f93a705b94e96ad26c480c19a0 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-31Stitching to new ModelContext V1Tait,Trevor(rt0435)1-3/+4
Issue-ID: LOG-401 Change-Id: Icaa0bf5d5c66a9a101adc9650c19a5b1e8dcf1da Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-30Add support for using the "old" headersPrudence Au1-43/+81
Change-Id: Ie4b302ca4325ee3b04fee0319efbc1a770d6c1ab Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-401
2018-08-17Make Resources configurableTait,Trevor(rt0435)1-7/+4
Issue-ID: LOG-401 Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-15Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggrPhillip Leigh1-64/+211
Issue-ID: LOG-599 Change-Id: Ia96ee1f7e586f385a3dc9c4fe0c5ff3badfeeea3 Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-08Initial Network Discovery Context Builder codeTait,Trevor(rt0435)1-0/+177
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>