Fixed bug to parse json userParams array 13/20413/1
authorShailendra Borale <sb8915@att.com>
Tue, 24 Oct 2017 18:41:30 +0000 (14:41 -0400)
committerShailendra Borale <sb8915@att.com>
Tue, 24 Oct 2017 18:41:30 +0000 (14:41 -0400)
commitba489a051763c4d4f9a5ff36644d40144f887873
tree46d79a90600fa0987e063680691c514fbcffbced
parent0f8457a9f13aaad6de8c597abee6795a7c6f8e3f
Fixed bug to parse json userParams array

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>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy
bpmn/MSOInfrastructureBPMN/src/test/resources/__files/VCPE/CreateVcpeResCustService/request.json
bpmn/MSOInfrastructureBPMN/src/test/resources/__files/VCPE/CreateVcpeResCustService/requestNoSIName.json
bpmn/MSOInfrastructureBPMN/src/test/resources/__files/VCPE/CreateVcpeResCustService/requestNoSINameNoRollback.json
bpmn/MSOInfrastructureBPMN/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json