aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Dependency version updates for BeijingRob Daugherty2-13/+1
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-25Merge "Junit for mso.cloudify.exceptions"Seshu Kumar M4-71/+81
2018-03-25Merge "Junit for mso.cloudify.exceptions"Seshu Kumar M4-0/+71
2018-03-25Merge "Junit for mso.cloudify.beans"Seshu Kumar M1-86/+76
2018-03-23Merge "Junit for mso.openstock.utils"Seshu Kumar M7-0/+502
2018-03-23Junit for mso.cloudify.exceptionsSumapriya4-71/+81
Junit for: 1.MsoCloudifyException.java 2.MsoCloudify.java 3.MsoCloudifyTimeout.java 4.MsoCloudifyWorkflowException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fcloudify%2Fexceptions Change-Id: I77ad1f5da55d79104c952999e2ad0ec390a5f6d2 Issue-ID: SO-528 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-23Junit for mso.cloudify.exceptionsSumapriya4-0/+71
Junit for: 1.MsoCloudifyException.java 2.MsoCloudify.java 3.MsoCloudifyTimeout.java 4.MsoCloudifyWorkflowException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fcloudify%2Fexceptions Change-Id: Ic464a5205c64a5f582051a3c6b2045db4379fb4d Issue-ID: SO-528 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-23Junit for mso.cloudify.beansSumapriya1-86/+76
Junit for: DeploymentInfo.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fcloudify%2Fbeans Change-Id: Iee916f2ef9847a36b8a8b63db0fa84d70a81b26b Issue-ID: SO-528 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-23Junit for mso.openstock.utilsSumapriya7-0/+502
Adding Junit for: 1.MsoHeatEnvironmentParameter.java 2.MsoHeatEnvironmentResource.java 3.MsoKeystoneUtils.java 4.MsoNeutronUtils.java 5.MsoTenantUtilsFactory.java 6.MsoTenantUtils.java 7.MsoYamlEditorWithEnvt.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fopenstack%2Futils Change-Id: Icafbc3d2239c00b0e4a74cd5750971a772791865 Issue-ID: SO-528 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-23Merge "Junit mso-network-adapter"Seshu Kumar M2-0/+80
2018-03-23Junit mso-network-adapterSumapriya2-0/+80
Adding Junit for: 1.ContrailSubnetHostRoute.java 2.ContrailSubnetHostRoutes.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-network-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fnetwork Change-Id: I9c74e40a468ba1b36bc343e6b9e9562406ab0c1a Issue-ID: SO-520 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-23Improve UT for SOsubhash kumar singh1-1/+45
Improve UT for SO. Change-Id: Id2a862c3cc5f8d9b157c2f4c9e7f60e28f3bf18e Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Improve UT for SOsubhash kumar singh1-4/+66
Improve UT for SO by adding exception cases. Change-Id: I81f1be245e92f8bdac67a3e08cedbdde3a7ca166 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Merge "Adding Junit"Seshu Kumar M2-0/+89
2018-03-22Merge "Rainy day UTs for rest interfaces"Seshu Kumar M4-0/+261
2018-03-22Adding JunitSP005016382-0/+89
Adding Junit for: 1.NetworkException.java 2.NetworkExceptionBean.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-network-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fnetwork%2Fexceptions Change-Id: Ie7c1aa6c129824ff6eae596a287f9b50be777887 Issue-ID: SO-519 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-22Rainy day UTs for rest interfacessubhash kumar singh4-0/+261
Intial UT for the rest interfaces. Change-Id: I66e67b3c68f40d53e153103f6b5a9d861e4457f7 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Merge "added custom validators for use with openpojo"Seshu Kumar M3-188/+170
2018-03-22mprove code coveragesubhash kumar singh11-0/+661
Improve code coverage. Change-Id: Id7f710b6f535c2488cfd55e2f689caa9903fe4ca Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Improve code coveragesubhash kumar singh1-0/+64
Improve code coverage. Change-Id: I5a34c9518626d694d7d34a1a6607a212c7789315 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Improve code coveragesubhash kumar singh1-0/+59
Improve code coverage. Change-Id: I3e8a374aae382ce5fc4ea66eaa3a386894ffb4d0 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-22Improve code coveragesubhash kumar singh1-0/+74
Improve code coverage. Change-Id: Id5b1e921264a9d1702c1cbf5f451490c1b4a309d Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21added custom validators for use with openpojoBenjamin, Max (mb388a)3-188/+170
Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa Issue-ID: SO-510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+34
Improve code coverage. Change-Id: I4df9fa2c5a72d526c36b7bd07a4c7296c3ce8253 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+33
Improve code coverage. Change-Id: Ic367bd5d38b31227117807bf1375e4bb81112526 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+86
Improve code coverage. Change-Id: I2b0863593925a23f59879d734db74cf9827bb393 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+179
Improve code coverage. Change-Id: I8745d26ec9e19aa72f19157c310504d87b139543 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+141
Improve code coverage. Change-Id: Ibbe4428fb86c720f77d040b9293dac1f81bbfb02 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+90
Improve code coverage. Change-Id: I5cf78487c9039c5ea2e87189ba212d3ed7bb7c43 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+48
Improve code coverage. Change-Id: If3fcc5bba139516857529350af5fe9285a39ca1b Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+48
Improve code coverage. Change-Id: I0d4e78c218dd0196bdfe570012ce8e4923fc8a1d Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21mprove code coveragesubhash kumar singh1-0/+151
Improve code coverage. Change-Id: I4995561822abeb2c34f9fa23e34853496f63d9d4 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+86
Improve code coverage. Change-Id: I01d31b469b7df56328ec3cc76023e15b617842da Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+60
Improve code coverage. Change-Id: I268ff4bb27dce57e49190259864e4912f88cc471 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Improve code coveragesubhash kumar singh1-0/+48
Improve code coverage. Change-Id: I1ccea1b6d19fa0cbc22ef52d6613d4fed4b7cc58 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Merge "Add UT for HealthcheckHandler"Seshu Kumar M1-0/+33
2018-03-21Add UT for HealthcheckHandlersubhash kumar singh1-0/+33
Add UT for HealthcheckHandler Change-Id: Icd496b8a272fca08fe29f1952330d6c5e23a4ce2 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-21Merge "package correction for vnfadater"Seshu Kumar M7-7/+7
2018-03-21package correction for vnfadaterSeshu-Kumar-M7-7/+7
Issue-ID: SO-369 Change-Id: Iebe8148b3ee1eeec097337e342f60364a912c2aa Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-21Add UT for CatalogDbAdapterRestTestsubhash kumar singh1-0/+103
Add UT for CatalogDbAdapterRestTest class. Change-Id: Id59ab7de324b37c03332170e7ebf8dfbf01f0753 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-20Add UT for BpelRestClientTestsubhash kumar singh1-0/+97
Add UT for BpelRestClientTest class. Change-Id: Ib1d2fce5138503d2b8b056b1781e4ae82138e3a5 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-20Merge "VNFCloudAdapter unit test cases added"Seshu Kumar M7-15/+13
2018-03-20Merge "Use updated ONAP SO/libs artifacts"Seshu Kumar M1-12/+0
2018-03-19Use updated ONAP SO/libs artifactsArthur Martella1-12/+0
Now that SO/lib artifacts are in nexus.onap.org, use those instead of openecomp libs. Change-Id: I85ce9f4abd1178076ae9f77700344b3b5e963ba2 Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-19Fix String concatenation optimzationByung-Woo Jun1-20/+20
Replaced queryString from String to StringBuffer for memory and GC optimization Change-Id: I0e4656d1fdf8ff773704e788a3b59b3f910ae3ba Issue-ID: SO-500 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-19Merge "Fix the Jar vulnerability and licensing"Seshu Kumar M2-2/+2
2018-03-19VNFCloudAdapter unit test cases addedseshukm7-15/+13
Issue-ID: SO-369 Change-Id: Ic5171a4e39098d1711c78d60b2dcbddd1954233c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-19Fix the Jar vulnerability and licensingByung-Woo Jun2-2/+2
Updated Jar versions in pom.xml files Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a Issue-ID: SO-457 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-19Merge "new testcases for MsoVnfAdapter"Seshu Kumar M1-0/+91
2018-03-19new testcases for MsoVnfAdapterseshukm1-0/+91
Issue-ID: SO-369 Change-Id: I6442478a7215f6004c3af1a84196687f8af00a5b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>