aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnf-adapter/src/test/java/org
AgeCommit message (Collapse)AuthorFilesLines
2018-08-17Fix VfModuleCustomizationToVduMapperTestMichal Kabaj1-158/+0
- Moved VfModuleCustomizationToVduMapperTest to mso-openstack-adapters module, where the tested implementation actually is. - Fixed and reimplemented tests Change-Id: If5b4a29be22b7cbb59642eff78e471f294a512a7 Issue-ID: SO-865 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)16-1822/+10
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-20Merge "Remove tests which do not test anything"Seshu Kumar M2-133/+0
2018-07-13add junit for VfModuleCustomizationToVduMapperLukasz Muszkieta1-0/+158
Change-Id: Ia63f7ababdb7f51a89da4713ae29c1297e7bd746 Issue-ID: SO-718 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-05-24Remove tests which do not test anythingBogumil Zebek2-133/+0
Change-Id: Ic94ee5f4fe8a4da118a98377106964f823bd3ace Issue-ID: SO-645 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-04-16Added logic to call aria adapterdfilppi2-57/+135
Change-Id: Ic711ceceb0a2b3c82a0fae088c24ec09fea8daa7 Issue-ID: SO-441 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-04-13updated to use latest vdu plugin codedfilppi1-41/+0
Change-Id: I46cd41d32e0902a141a87d0c1e01aea278ec17ea Issue-ID: SO-561 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-28Junits added by Anthony W for MsoVnfAdapterImplKalkere Ramesh, Sharan (sk720x)2-106/+498
Change-Id: I6d4236f0d002193f6594839b605ceb0eccd71c06 Issue-ID: SO-543 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-28UT for mso adapters vnfSindhu A1-0/+52
UT for mso adapters vnf BpelRestClient Issue-ID: SO-369 Change-Id: If3620ccba87f8f7e6bbe7bbde5e6a1bb220b65f2 Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
2018-03-27Initial commit of VDU plugin implementationKalkere Ramesh, Sharan (sk720x)1-0/+151
This was documented in the API we committed to at M3. Change-Id: Id0c886d956dc46dba71157cfa35d88844028e7fd Issue-ID: SO-511 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-03-27Add UT for AriaVduPlugin classsubhash kumar singh1-0/+41
Add exception case UT for AriaVduPlugin Change-Id: I37b25ab414836aa9dad3ad6392aa0ce115a8dfa1 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.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-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-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-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-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-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>
2018-03-19testcases refactored for MsoVnfAdapterseshukm6-0/+0
Issue-ID: SO-369 Change-Id: I9561825683ecd823dfd55b3feb29f7b03a07cd1c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty1-1/+24
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-13Adding JunitSumapriya1-0/+69
Adding Junit for: VfRollback.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FVfRollback.java Change-Id: I3d17c9f745081386be50441f5565518289bcfe36 Issue-ID: SO-473 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-08Replace explicit type with diamond notationMunir Ahmad1-2/+2
Change-Id: Ibcd42f05c7850e536759207a4d316396956da05b Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Replace explicit type with dimond typeMunir Ahmad6-28/+28
Change-Id: I1dedb9ef1ca7b734e3cfc0a3a594d733dbd298d4 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-01Unit test coveragesanchitap1-0/+89
Unit test coverage for VduInfo.java Sonar link: https://sonar.onap.org/code?id=org.openecomp.so%3Aso&selected=org.openecomp.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fvdu%2Futils%2FVduInfo.java Change-Id: I0ab548723b7e9d77a0fea6da41b66c817756afb9 Issue-ID: SO-450 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-02-23Unit test coveragesanchitap1-0/+81
Unit test coverage for VduBlueprint.java Sonar link:https://sonar.onap.org/code?id=org.openecomp.so%3Aso&selected=org.openecomp.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fvdu%2Futils%2FVduBlueprint.java Change-Id: I7e1fa874557449bf87fde0b9daca52f98239da2d Issue-ID: SO-442 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-01-31add junit for StackInfoLukasz Muszkieta3-100/+6
Change-Id: I80e60b590d761c30fd2c71e259c2b4f5cf53b508 Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-08Improve unit test for VNFQuerysubhash kumar singh1-30/+91
Imporve unit test for vnfquery. Change-Id: Ie8da164dce3e7f5186a7be742860fbaefc4e1b59 Issue-ID: SO-360 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-03Adding UT for MSO Vnf AdapterSeshu-Kumar-M2-0/+287
IssueId: SO-176 Change-Id: I66f7a522bdd85c65abba57e2802bb5085b4535a7 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-11Change the header to SOSeshu-Kumar-M4-4/+4
IssueId: SO-120 Change-Id: I59982b12d5b538b3f9765410ac26cbdde1844957 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-01-31Initial OpenECOMP MSO commitChrisC4-0/+267
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC <cc697w@intl.att.com>