From f4b277d575a49778ad0e5940a539f0571ac5677d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Sun, 5 Nov 2017 18:51:54 -0500 Subject: Moved sleep to macro flow Added new method to "Await AAI Distribution" to macro flow and moved sleep there. Added junit test for new method and updated existing tests. Change-Id: I91c8a787669a0fc8cf2038a4cfb6f6229d3949e2 Issue-Id: SO-303 Signed-off-by: Jim Hahn --- .../process/CreateVcpeResCustService.bpmn | 106 ++++++++++++--------- 1 file changed, 63 insertions(+), 43 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn index 02f7f4815a..3c5e26874a 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -368,7 +368,7 @@ CreateVcpeResCustService.prepareCreateServiceInstance(execution)]]>SequenceFlow_0vj46ej SequenceFlow_13uceka - + SequenceFlow_1ky2sv9 SequenceFlow_0vj46ej @@ -431,7 +431,7 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]> - SequenceFlow_13uceka + SequenceFlow_16acruh @@ -471,36 +471,11 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]>SequenceFlow_0e9e6fo SequenceFlow_0hwsm6n - - - - - - - - - - - - - - - - - - - - - - SequenceFlow_0b5ztoe - SequenceFlow_0e9e6fo - - SequenceFlow_15vce9o SequenceFlow_0yecpl2 @@ -616,6 +591,39 @@ def CreateVcpeResCustService= new CreateVcpeResCustService() CreateVcpeResCustService.validateVnfCreate(execution)]]> + + + + + + + + + + + + + + + + + + + + + + SequenceFlow_0b5ztoe + SequenceFlow_0e9e6fo + + + + SequenceFlow_13uceka + SequenceFlow_16acruh + + + @@ -915,9 +923,9 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> - + - + @@ -1143,9 +1151,9 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> - + - + @@ -1261,9 +1269,6 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> - - - @@ -1287,15 +1292,7 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> - - - - - - - - - + @@ -1500,6 +1497,29 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg