aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30Handle embedded "<" in SDNC responsesJim Hahn2-15/+194
Modified the code to use an actual XML parser when decoding the SDNC response-data element, instead of using the simple-minded replace("&amp;", "&") approach. The latter did not function correctly when XML elements contained other xml-encoded data. Change-Id: Ied6b8b19f307f728b8da1a2b410b9e239ec62ab6 Issue-Id: SO-115 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-30Merge "Fix SNIRO configuration properties"Seshu Kumar M1-6/+1
2017-10-30Merge changes I17e37e7a,Ic34984ab,Ie7a82e78,I22ff6b3b,I71c16816, ...Seshu Kumar M2-0/+320
* changes: fix for create svc instance of groovy testcases for delete svc instance groovy fix for incoming jsonreq in groovy test Add sendSyncError to groovy test add sendSyncResponse to groovy test Adding msoCompletionReq to groovy test fix for groovy test case add groovy test case for svc instance
2017-10-28fix for create svc instance of groovyseshukm1-86/+47
IssueId: SO-281 Change-Id: I17e37e7a3def1b36847be31b5854fb28fc446aa3 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28testcases for delete svc instance groovyseshukm1-0/+105
IssueId: SO-281 Change-Id: Ic34984ab0881219014946d1481a8dcf13548f2a9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28fix for incoming jsonreq in groovy testseshukm1-88/+64
IssueId: SO-281 Change-Id: Ie7a82e78b5a3eca2bf751598a83a370dfe2e7f86 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28Add sendSyncError to groovy testseshukm1-0/+22
IssueId: SO-281 Change-Id: I22ff6b3bafc8d76a635ed4bd03e0088fbace5a1f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28add sendSyncResponse to groovy testseshukm1-1/+47
IssueId: SO-281 Change-Id: I71c168162ce98be9592c50c35814c521fc325312 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28Adding msoCompletionReq to groovy testseshukm1-3/+16
IssueId: SO-281 Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28fix for groovy test caseseshukm1-1/+30
IssueId: SO-281 Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28add groovy test case for svc instanceseshukm1-0/+168
IssueId: SO-281 Change-Id: I3c1b17e8e82c333f0a493845135fadee51ddf4e0 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-28Merge "update progress by http request"Chuanyu Chen4-26/+240
2017-10-28update progress by http requestZhuoyao Huang4-26/+240
Change-Id: I0706639eb4d4638fbccf790d67df594b504808b2 Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-27Fix SNIRO configuration propertiesRob Daugherty1-6/+1
This is the definitive set: "sniroAuth": "test:testpwd", "sniroEndpoint": "http://sniro.api.simpledemo.openecomp.org:8080/sniro/api/v2/placement", "sniroTimeout": "PT30M", "serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080", "serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement", Issue: SO-274 Change-Id: I14da1d44703b3b6ba9f781c7e5269fceeec47d8c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-27Fix for inappropriate function mapping in BPMNseshukm1-5/+12
IssueId : SO-259 Change-Id: I2d458c361ea4a01515abdc2e8ebcf177e8d5ad4c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-27fix for missing groovy callseshukm1-125/+56
IssueId: SO-259 Change-Id: Id77cd1d3aa11e3d75346517061cbd792cefba419 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-27Add Relationship for e2e service and NSc001491072-9/+72
Add Relationship for e2e service and NS Change-Id: Id1bf6862b9d2325297e466d417dc1b169e157ff6 Issue-ID:SO-275 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26Fix voLTE Create workflow issuec001491076-597/+230
Fix voLTE Create workflow issue Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c Issue-ID:SO-269 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26fix update operation Statusseshukm4-158/+198
fixing update of operation status for del e2e svc IssueId: SO-263 Change-Id: I797f36c54d4fd90f697b22d576666197b311713f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-25update operation status for E2Edeleteseshukm4-195/+160
IssueId: SO-258 Change-Id: I7699b44d5e72fdcec96f86b0c493b969f9c91598 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-24Fixed bug to parse json userParams arrayShailendra Borale5-37/+53
BPMN request - userParams is an array of maps, rather than a map. Each map has name and value elements. Changed code to parse the array correctly. Change-Id: Ie06ba22b03fa5c5ceb103c42daa3bbf7e6e252db Issue-Id: SO-262 Signed-off-by: Shailendra Borale <sb8915@att.com>
2017-10-24Merge "fix for delete e2e service"Chuanyu Chen1-60/+9
2017-10-23fix for delete e2e serviceseshukm1-60/+9
IssueId: SO-258 Change-Id: Ib038f1a40d3a1a8604b3ba1da6b7bc7de33a074e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23Changed copyright informationShailendra Borale2-12/+30
Changed copyright info in the listed files. For csar files, files were unzipped using unzip csarFileName The text files were modified: The license info was added in the beginning of the file, not at the end. And then zipped again: zip csarFileName -r * For Xsd files, the information was added within commment section Change-Id: Ifc7c9594f948f98077c4364f4b9631fcf6cb1c32 Issue-Id: SO-252 Signed-off-by: Shailendra Borale <sb8915@att.com>
2017-10-23Get msb ip from ONAP_IPZhuoyao Huang1-3/+10
which is an envirment parameter come from open_ip Change-Id: I3a314f65d92556bc1f9054ab837cbe15154c11d8 Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-23Quick fix to unblock the issue of VoLTE creationSeshu-Kumar-M1-3/+1
IssueId : SO-253 Change-Id: Id7422ce88965c82c20eea5071db4992bee349279 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-23Merge "Fix Issues about voLTE Create"Seshu Kumar M4-3/+24
2017-10-23Fix Issues about voLTE Createc001491074-3/+24
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-23Merge "Iterate over "entrySet" instead of "keySet"."Seshu Kumar M2-194/+199
2017-10-23Merge "Update license in a couple of groovy scripts"Seshu Kumar M2-2/+34
2017-10-20Merge "Added additional arguments to method call"Seshu Kumar M1-1/+1
2017-10-20Merge "Flows fail to update status in requests DB"Rob Daugherty21-22/+27
2017-10-20Flows fail to update status in requests DBRob Daugherty21-22/+27
The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-20Merge "Fix the wrong XML Request"Chuanyu Chen1-1/+1
2017-10-20Merge "Add MSB Config For Restful Call"Chuanyu Chen3-3/+3
2017-10-19Restore MSOMockServer to the buildRob Daugherty41-1088/+3239
Classes in this artifact are needed for unit tests. For a long term solution, we should find a way to build these classes into a test-scoped artifact. Issue: SO-242 Change-Id: I1a57fead07250c841a9f59afb805aea26c7bc102 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-19Added additional arguments to method callJim Hahn1-1/+1
The code already included "BPMN" and MsoLogger.getServiceName() as additional arguments in the call to warn() and error(). Simply added those same arguments to the call to info(), to match the method signature. Issue-Id: SO-244 Change-Id: Ic6297d67329358a3b9cdb480d930dc032b7029a2 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-19Fix the wrong XML Requestc001491071-1/+1
Fix the wrong XML Request Change-Id: Iab821a54984f8f63fa8d06ffaa0060251b6b33ff Issue-ID:SO-241 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Add MSB Config For Restful Callc001491073-3/+3
Add MSB Config For Restful Call Change-Id: I03e17ce9085d6991ecfa5a2f0a9e17e2dc2fe033 Issue-ID:SO-240 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Iterate over "entrySet" instead of "keySet".Ramanjaneya-Huawei2-194/+199
Issue-id: SO-224 Change-Id: Ib4e15f7db253d8af8f73d2185afd950f33c1a8ac Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Merge "Omit service-type and service-role if empty"Rob Daugherty1-2/+4
2017-10-19Merge "NullPointerException after adapter callback"Rob Daugherty3-5/+5
2017-10-18NullPointerException after adapter callbackRob Daugherty3-5/+5
The exception occurs because the default process engine is being used to handle the callback. Until we come up with a better design, we will use the "infrastructure" process engine. Issue: SO-76 Change-Id: Ibe8a40ac28b2ae855f85094f57d878ee622349a0 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-18Omit service-type and service-role if emptyRob Daugherty1-2/+4
The CreateGenericALaCarteServiceInstance flow does not use the decomposition building block, and hence there is no service-type or service-role for the service instance. SO should not put empty values into AAI; it should omit the elements completely. Issue: SO-237 Change-Id: Ic9504cd5d5c3a4e4cbe67ef5de0c56f51f3c6938 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-18productFamilyId not found error catchingArthur Martella1-1/+7
Properly catch JsonException in case when productFamilyId is not present to let if block handle case where it's missing. Change-Id: Id6eb2aaf10bc8636470ced3fe96c1149bb7e905e Issue-id: SO-236 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-18Merge "Change SDNC namespace"Seshu Kumar M13-23/+23
2017-10-18Update license in a couple of groovy scriptsJim Hahn2-2/+34
Replaced the license in several groovy scripts with reference to the Apache license, as is standard for ONAP. Change-Id: I2be9aef096a95fe70b82579d0a2f6ee88b3caf03 Issue-Id: SO-238 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-18Merge "Added the "@Override" annotation"Seshu Kumar M1-114/+115
2017-10-18Added the "@Override" annotationRamanjaneya-Huawei1-114/+115
Issue-id: SO-224 Change-Id: I98e6b2de01514f2e2c705c9f880057bb977ff075 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Change SDNC namespaceRob Daugherty13-23/+23
SDNC now uses the org:onap namespace, not org:openecomp. Issue: SO-231 Change-Id: I434bcb6d2b330a0d536368a5f3d6b86615980314 Signed-off-by: Rob Daugherty <rd472p@att.com>