aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04NWCB:Chg attribute discription to portDescriptionLeigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-996 Change-Id: I04c10d5a8f2b8fbe955bd3ab3e18d307f05ae8e5 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-02-27POMBA: X-ONAP-RequestID and X-FromAppId supportTait,Trevor(rt0435)2-253/+301
Also fixes JUNIT issue with new pomba-audit-common. Issue-ID: LOG-551 Change-Id: I7774a6ce83881d1ee37c36b860d456244a6c96cf Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-22ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-1/+9
Fix p-interfaceSpec to convert adminStateUp to lockedBoolean Issue-ID: LOG-977 Change-Id: Ib733996b46591e4cf3a72e91665ab83817071596 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-20ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)3-422/+1114
Issue-ID: LOG-977 Change-Id: I321036e0f51297092b9c88ff668c4e09c89b36a0 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-05Ctx Builder l3-network support3.0.1-ONAPNorm Traxler9-47/+808
Issue-ID: SDNC-475 Network Discovery Ctx Builder to support l3-network attribute mapping to common model. Fix jenkins JUnit failures Change-Id: I64ded411a74ffb037df17a047c16e210d41c4992 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-22NetworkDiscCtxBuilder error handlingNorm Traxler13-1124/+544
Issue-ID: LOG-938 Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-17Fix NetworkDisc Ctx BuilderNorm Traxler3-0/+345
Issue-ID: LOG-931 Change-Id: I0a1d26b51a5690380210d026637c9c4cd1f56cfc Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-07Change Network Discovery micro call to SynchronousNorm Traxler2-66/+91
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)2-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)3-796/+562
Issue-ID: LOG-401 Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-15Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggrPhillip Leigh5-64/+864
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)5-0/+1096
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>