From c7504e2be5ec250abc188d01a3de523d8f01e091 Mon Sep 17 00:00:00 2001 From: hyu2010 Date: Thu, 22 Apr 2021 10:43:23 -0400 Subject: Fixes exceptions found in modifying transport slices This update fixes the exceptions found in the integration tests of transport slicing in Istanbul release Issue-ID: SO-3631 Signed-off-by: hyu2010 Change-Id: Ib085742f09f6c31bc6d238d1b9f4c12b3e16d04e Signed-off-by: hyu2010 --- .../subprocess/DoModifyTransportNSSI.bpmn | 106 ++++++++++----------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyTransportNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyTransportNSSI.bpmn index dcfd31beac..06bcb0820f 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyTransportNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoModifyTransportNSSI.bpmn @@ -29,7 +29,7 @@ ex.processJavaException(execution) SequenceFlow_0kixzdj SequenceFlow_1qv8qw1 import org.onap.so.bpmn.infrastructure.scripts.* -def runScript = new DoActivateTnNssi() +def runScript = new DoModifyTnNssi() runScript.prepareUpdateJobStatus(execution,"FINISHED","100","Modified TN NSSI successfully") @@ -73,8 +73,8 @@ runScript.preprocessSdncModifyTnNssiRequest(execution) - - + + @@ -132,6 +132,20 @@ runScript.validateSDNCResponse(execution, response, "modify") + + + + + + + + + + + + + + @@ -171,62 +185,12 @@ runScript.validateSDNCResponse(execution, response, "modify") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -247,6 +211,42 @@ runScript.validateSDNCResponse(execution, response, "modify") + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg