summaryrefslogtreecommitdiffstats
path: root/appc-outbound/appc-network-inventory-client/provider
AgeCommit message (Collapse)AuthorFilesLines
2019-02-14Added test cases for DME2 ClientLathishbabu Ganesan3-22/+142
Increased the coverage from 0% to 90% Issue-ID: APPC-1395 Change-Id: I9651ab4326e500559e5bd9b99abdff84d93cfa1d Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-02-07Added test coverage aaiinterfaceruleshandlerLathishbabu Ganesan1-0/+150
Increase from 31% to 87% Issue-ID: APPC-1366 Change-Id: Ib9d643c128e3dd76f658577fd8d25763e8d8dd25 Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-02-07Added unit test cases for Instar client classLathishbabu Ganesan1-0/+70
Increased Test coverage from 0% to 100% Issue-ID: APPC-1401 Change-Id: I4b1151d63b2aadf9a98cb147ec9fb4725e817ca2 Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-01-30added test file to cover AaiVnfInfo.javaSandeep J1-0/+72
to increase code coverage Issue-ID: APPC-1086 Change-Id: Iafee5909c1ab1a10ff031563dd9502e09cfe11a4 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-30added test file to cover AaiVmInfo.javaSandeep J1-0/+64
to increase code coverage Issue-ID: APPC-1086 Change-Id: Ia2ac99d527475e3612296d42c0ebe5fc8cc16c04 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-30added test file for AaiVnfcInfo.javaSandeep J1-0/+66
to increase code coverage Issue-ID: APPC-1086 Change-Id: I52f403259d7c8e2d7222f5e4769751cd4907b279 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-21Network Inventory Cient Platform HardeningBalaji, Ramya (rb111y)7-176/+190
Renamed class files to be more meaningful and synched up directories Issue-ID: APPC-1338 Change-Id: I5eee7c96013e8733fb14e4b0a1de88d4c9611a0f Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2019-01-08Change parent version to appc snapshotPatrick Brady1-1/+1
Changing to the current release snapshot version of the appc parents instead of the previous release version. This allows updated changes to parents to be in builds. Change-Id: I6cec484012c2cb48ee1ea7f10fd058d017f00947 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-07Update parent pom versionPatrick Brady1-1/+1
Update the parent version to appc parent 1.4.1 Change-Id: I185d086595bed6410f7fd6b8c139cc6300e4467e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2018-12-06Unit test fixes for APPC-1267Joss Armstrong7-242/+98
Removed code smell for <65% branch coverage - now 86%. Test cases now cover success scenarios for all methods. Coverage increased to 97%. Removed classloader code and unnecessary resource files Moved construction of objects to protected methods to facilitate testing. Issue-ID: APPC-1267 Change-Id: I07656a5464410ca5ca3cca55cefd54c03a711385 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-12Increment version numberPatrick Brady1-1/+1
Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Roll to next version after releasePatrick Brady1-1/+1
Change to version 1.4.1-SNAPSHOT Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-09Change to released parent pomsPatrick Brady1-1/+1
Change-Id: I298b1ac52c849320b67c649017b3604490a5063b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-09-21Remove logback 1.1.3 security issuePatrick Brady1-0/+11
cdp-pal and eelf are the dependencies using logback-classic 1.1.3. Need to use exclusions option in pom file Change-Id: Id8f5817ec955e2b7b486bc0215c35541086606aa Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1018
2018-08-21Revert "resolving logback-classic 1.13"Patrick Brady1-11/+0
Temporary revert to fix failing bundles. This reverts commit 76b6ff1ce84d4c2ab4518dd5f154083b91680245. Change-Id: Ibce5eee91ad8f1bec9b458a52a7f5d25ada85da9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1018 Signed-off-by: Patrick Brady <pb071s@att.com>
2018-08-20resolving logback-classic 1.13 from security issueTaka Cho1-0/+11
cdp-pal and eelf are the jar using logback-classic 1.1.3. need to use exclusions option in pom file Issue-ID: APPC-1018 Change-Id: I00b41f9c366a5ead3f4205cd6fa6b9eb74599767 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-13Karaf 4 for appc outboundPatrick Brady1-4/+6
Change-Id: I4aceffe33748a8e157bc1cac118de1e6b431378b Issue-ID: APPC-1146 Signed-off-by: Patrick Brady <pb071s@att.com>
2018-06-14Update license header in appc xml filesJohn McClung1-2/+1
More license header changes to miscellaneous appc xml files to reflect the 2018 changes. Change-Id: Ia71a0711235ab56bf2cd83719964bc12d7aa420b Issue-ID: APPC-1004 Signed-off-by: John McClung <jm1364@att.com>
2018-06-13Update lic header in misc appc properties filesJohn McClung2-4/+2
Modify license header in miscellaneous appc properties files to reflect 2018 changes. Change-Id: I21eb99f680ab4cbddbd7f8abe65720c87e2dbb33 Issue-ID: APPC-998 Signed-off-by: John McClung <jm1364@att.com>
2018-06-11Update license header in misc appc filesJohn McClung1-2/+1
More license header updates to miscellaneous appc files to reflect 2018 changes. Change-Id: I1d1d020792942ffe2d3bbda6eae05c43831ffce1 Issue-ID: APPC-994 Signed-off-by: John McClung <jm1364@att.com>
2018-06-08Update license header in appc oam and outboundJohn McClung21-42/+21
Modify license header in appc-oam and appc-outbound java files to reflect 2018 changes. Change-Id: Icac084b8dd1e20387a298e568d1c5e44bbe851f6 Issue-ID: APPC-988 Signed-off-by: John McClung <jm1364@att.com>
2018-05-22Increment version for new branchPatrick Brady1-2/+2
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-01Fixes for the two features that were not installedPatrick Brady1-0/+11
These features relied on exports that didn't exist. Also versions had to be removed from feature files. Change-Id: I1860ae6c46354061943223ac6a201518871d3608 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-871
2018-02-26appc-network-client-provider sonar fixes part 2Jakub Dudycz14-145/+169
Sonar fixes in whole module Change-Id: If36f6b7762c0caa1ccd4f5c9efa57c08f97a2c87 Issue-ID: APPC-672 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-26appc-network-client-provider sonar fixes part 1Jakub Dudycz13-250/+227
Initial code reformat and imports rearrangement Change-Id: Iacc8f3b4313415da2fb7215dd4a529c1f06de039 Issue-ID: APPC-672 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-22Dme2Client sonar fixesJakub Dudycz1-99/+96
Change-Id: I0617290c2674398f3c483f2e0df7f74702bc62cf Issue-ID: APPC-662 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-22InstarClientNode sonar fixesJakub Dudycz1-76/+68
Change-Id: I3c61219c989fc2fdb17719babd06487da0f7032b Issue-ID: APPC-663 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-21Update license text part 3Skip Wonnell4-0/+84
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-20Update .gitignore with license textSkip Wonnell1-0/+23
Update .gitignore with license text Remove IDE generated files from repository Update .gitignore to ignore IDE Generated files Issue-ID: APPC-637 Change-Id: Ie650e2c6d46d55d06dcc54877533cb3e14be66d6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-30Fix in AppcAaiClientConstantburdziak1-1/+2
Change-Id: I5bf38c641da0b67f41ff19c0a38f11309e0a5933 Issue-ID: APPC-547 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fixes in AaiInterfaceRulesHandlerburdziak1-83/+129
Change-Id: Ie3b4b8520dfeb01bcffeb7faa44c493947d4c3cf Issue-ID: APPC-546 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-25Fixes in AaiInterfaceRulesHandlerburdziak1-5/+5
Issue-ID: APPC-488 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com> Change-Id: Id4976f1d8ef1ec44cdb460f1a6cd65476ba5c0f5
2018-01-25AaiVnInfo refactorJakub Dudycz1-8/+7
Change-Id: I00d50d3970eba6325fffaaa73aab87b7f692fab0 Issue-ID: APPC-512 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25AaiVnfcInfo refactorJakub Dudycz1-4/+7
Change-Id: I653d19395a083cc27e955f48d3ff5df5d3be9816 Issue-ID: APPC-513 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25Fixed type-related errors in AaiVmInfoJakub Dudycz1-4/+4
Change-Id: Ia940e4a6af6267cd822a954e2cee1f3245841bf9 Issue-ID: APPC-507 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-23Added final keywordburdziak1-5/+5
Issue-ID: APPC-452 Change-Id: I0eb366115bb4b46a2c282dd28344a18cf7d43df8 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-10Network Inventory Client UpdatesDilip kumar Pampana16-314/+1091
Supporting IPv4/v6 Subnet and Gateway Addresses From INSTAR,Added code to process A&AI as source in PD file,New Requirement to extract vnfc information for single vserver for VM level operations Issue-ID: APPC-351 Change-Id: I5c91d03a64fc6987e58ab48681f51dc5795bed07 Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
2017-12-21enahance Sonar coverage rateTaka2-5/+0
Change-Id: I08fbb09495a400cdfb85489ed2f964d6c63aa737 Issue-ID: APPC-323 Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update appc-config-parms to use onap packagingTakamune Cho5-7/+7
Issue-ID: APPC-13 Change-Id: I490847faabfed2e977ee21c0157adf8a790cea65 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-13Third part of onap renamePatrick Brady17-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady18-44/+44
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13Sonar Critical Use a loggershubhada1-1/+1
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#assignees=Shubhada|resolved=false Location: src/main/java/org/openecomp/appc/instar/dme2client/Dme2Client.java Line No:169 Change-Id: I748f2ce5efd869a88e6e8bae227b15ee09fff270 Issue-ID: APPC-289 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2017-11-17Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: I83e13547f583db020d6f756ddb8918360c38903b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-2/+2
Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-314
2017-09-07Change to CCSDK and ODL CarbonPatrick Brady7-13/+13
Change-Id: I49a0f436e366ff4a1b99705fb6bb5e7ba82e6ecc Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: [APPC-91] Issue-Id: [APPC-158]
2017-08-29Fix local build failurebeili.zhou1-84/+113
Fix local build is failing in appc-network-inventory-client-provider due to missing dependency definition for PowerMockito. Issue-Id: APPC-175 Change-Id: I47695277d6d635707cfd23246951ae22f02698f2 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-25Junit for APPC for Network ClientAnand Chaturvedi6-0/+275
Issue-ID: APPC-168 Change-Id: I0654a0d6123b5827458cd3e15e12a1b5b254f918 Signed-off-by: Anand Chaturvedi <ac204h@att.com>
2017-08-24Added New Junit Cases for APPC Design ServicesAnand Chaturvedi2-2/+32
Issue-ID: APPC-168 Change-Id: Ib321bb77af3cb47abfce80d96f50a6b75b34b34e Signed-off-by: Anand Chaturvedi <ac204h@att.com>
2017-08-15Added review commentAnand Chaturvedi18-0/+1106
Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi <ac204h@att.com> Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi <ac204h@att.com>