From 135b25130fc6f14ab44b44c6de3931e8a798ab14 Mon Sep 17 00:00:00 2001 From: seshukm Date: Sat, 28 Oct 2017 14:17:17 +0530 Subject: Adding msoCompletionReq to groovy test IssueId: SO-281 Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca Signed-off-by: seshukm --- .../CreateGenericAlaCarteServiceInstanceTest.groovy | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateGenericAlaCarteServiceInstanceTest.groovy b/bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateGenericAlaCarteServiceInstanceTest.groovy index 7c0d519f1c..293eac091e 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateGenericAlaCarteServiceInstanceTest.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateGenericAlaCarteServiceInstanceTest.groovy @@ -58,10 +58,23 @@ class CreateGenericAlaCarteServiceInstanceTest { 5300 """ + + String completeMsoProcessRequest = + """ + + 88f65519-9a38-4c4b-8445-9eb4a5a5af56 + CREATE + VID + + Network has been created successfully. + BPMN Network action: CREATE +""" -String jsonIncomingRequest = -"""{ - "service": { + String jsonIncomingRequest = + """{ + "service": { "name": "so_test4", "description": "so_test2", "serviceDefId": "60c3e96e-0970-4871-b6e0-3b6de7561519", -- cgit 1.2.3-korg