aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty28-306/+3454
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-09Revert Reduce log noise/warningsRob Daugherty30-3350/+3316
This reverts commit 327b17ab250b4c17cf3f91f5e4cd9bffd89f3d1e. It is seriously impeding our ability complete the promised merge of AT&T 1802 code. While I'm all for coding standards, if we are serious about using spaces instead of tabs, then I think we need to (1) agree with the community when this will happen, (2) do consistently in all files, and (3) enforce it. Change-Id: Ib9b996f6b6c7d81ac9ac95d58b0c7d8cc39675ff Issue-ID: SO-368 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams30-3316/+3350
Reduce build log warnings by formatting tests to ONAP code conventions (removing tabs etc.) Issue-ID: SO-368 Change-Id: I48c6d359b83617aebeb79db4e30c1d72d31f7eec Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-03-08Make use of contains instead of indexOfMunir Ahmad1-2/+2
Change-Id: Ia695d6aed572c611ed8ead494a86c78558e848e3 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07Merge "Swap indexOf with contains"Rob Daugherty2-52/+55
2018-03-07Swap indexOf with containsMunir Ahmad2-52/+55
Change-Id: I609d307acf504ea7ff25ed3327a3d4e0e4686755 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07modify bug for UT caseYulian Han1-0/+143
Issue-ID: SO-419 Change-Id: Ibef5e8e617dcfb1d4f9b4087f20d6058a47bd740 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-03-06Replace explicit type with dimond typeMunir Ahmad6-17/+17
Change-Id: I1dedb9ef1ca7b734e3cfc0a3a594d733dbd298d4 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-27Add recipe params for bpmn callc001491072-8/+8
Add recipe params for bpmn call, to improve recipe enhancement. Change-Id: If9f2bff3f27ced62e814afcb918c863a527363e6 Issue-ID: SO-449 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-02-25Add the correct literal ending for longMunir Ahmad3-8/+8
Change-Id: I23744d6110c92aed98613aa5febb27abab033a34 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-11-02Add test cases for GET E2E svcseshukm1-395/+499
IssueId: SO-260 Change-Id: Ie57b57b98472f6d8b012137562713de02d6a516c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-27Quickfix for the changes of mocking issueseshukm1-40/+72
IssueId:SO-272 Change-Id: Id8dd70260c7ba6ed79a0aaa3b377b701f0e3d47d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23fix for delete e2e serviceseshukm1-1/+1
IssueId: SO-258 Change-Id: Ib038f1a40d3a1a8604b3ba1da6b7bc7de33a074e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23Quick fix to unblock the issue of VoLTE creationSeshu-Kumar-M1-9/+13
IssueId : SO-253 Change-Id: Id7422ce88965c82c20eea5071db4992bee349279 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-23Fix Issues about voLTE Createc001491071-9/+9
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-18fix for the E2EServiceInstances progress updateSeshu-Kumar-M1-11/+11
IssueId : SO-205 Change-Id: I5650400729ab89b5b3ae1e8adb0e892390281489 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-16alaCarteSet unrecognized fieldRob Daugherty1-3/+3
The aLaCarte and aLaCarteSet fields in RequestParameters class and their corresponsding methods are not consistently named, and thus they are not serialized/deserialized correctly by the Jackson JSON utilities. We were seeing this sort of thing in the requests database: "requestParameters": { "subscriptionServiceType": "vFW", "aLaCarte": true, "autoBuildVfModules": false, "cascadeDelete": false, "usePreload": true, "rebuildVolumeGroups": false, "alaCarteSet": true, "alaCarte": true } We obviously shouldn't have "alaCarte" as well as "aLaCarte". And I don't think we want "alaCarteSet" to be persisted in the DB at all (it should be ignored by the JSON mapper). Issue: SO-219 Change-Id: Ia943d2970cb7db153f3af73289f426a154917f7e Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-11Correct E2E svc to update RequestDbseshukm1-6/+7
IssueId: SO-205 Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-06Merge "MSO API Handler Test cases license"Seshu Kumar M2-2/+2
2017-10-06Merge "MSO API Handler Test cases"Seshu Kumar M14-59/+1510
2017-10-06MSO API Handler Test cases licenseArthur Martella2-2/+2
Correcting license information for two classes. Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871 Issue-ID: SO-171 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-06MSO API Handler Test casesArthur Martella14-59/+1510
Adding test cases for MSO API Handler coverage. Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc Issue-ID: SO-171 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-06UT for MSOinfraSeshu-Kumar-M4-3/+335
SO-171 Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-06Merge "Adding UT for SO"Seshu Kumar M1-0/+391
2017-10-06Adding UT for SOseshukm1-0/+391
IssueId: SO-191 Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-05Adding UT for ApiHandlersseshukm13-0/+972
IsuueId: SO-191 Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-28Adding UT for E2E ServiceSeshu-Kumar-M1-4/+6
IssueId: SO-50 Change-Id: I7fc39adb7a1d96022541189a6f7279b13bbb3b5e Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-27Merge "Add test cases for E2E service"Rob Daugherty1-52/+53
2017-09-27Update POM to inherit from oparentRob Daugherty1-0/+20
Issue: SO-71 Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-26Add test cases for E2E serviceSeshu-Kumar-M1-52/+53
IssueId : SO-50 Change-Id: Idbace244134aea60eab0cbce553355d6e2a69f25 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19So E2E TestSeshu-Kumar-M1-26/+26
IssueId: SO-134 Change-Id: I87c1a446df2ffb6538b1d847157dff86c48239dd Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-18Added UT for E2EService.seshukm1-0/+469
Issue-Id: SO-134 Change-Id: I046d6a922f07f0a10d124f67285c9277290e8879 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-14Added UT testsseshukm1-0/+491
Issue-Id : SO-134 Change-Id: I2d817ce3f6763c7e37b29082493e55d72d488458 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-11Change the header to SOSeshu-Kumar-M1-1/+1
IssueId: SO-120 Change-Id: Ic7be2d1eba06cb1b3bb15b7ccec5856d1528e23b Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-081710 Rebase - Second AttemptArthur Martella1-3/+69
This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit: 54483fc6606ddb1591a2e9da61bff8712325f924 Wed Sep 6 18:12:56 2017 -0400 Rebasing was done on a branch on top of this commit in so/master in ONAP: 93fbdfbe46104f8859d4754040f979cb7997c157 Thu Sep 7 16:42:59 2017 +0000 Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59 Issue-id: SO-107 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-05-02[MSO-8] Second step of the rebase for MSODeterme, Sebastien (sd378r)1-0/+235
Second rebase containing additional features for MSO + total reworking of the BPMN structure + Notification flow can now be added at the end of some BPMN flows Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>