Moved sleep to macro flow 95/22195/1
authorJim Hahn <jrh3@att.com>
Sun, 5 Nov 2017 23:51:54 +0000 (18:51 -0500)
committerJim Hahn <jrh3@att.com>
Sun, 5 Nov 2017 23:51:54 +0000 (18:51 -0500)
commitf4b277d575a49778ad0e5940a539f0571ac5677d
tree0e6725dbac9fb1ce2ac4a26b5bd8ada6af1c3ace
parent66dc783944bd8883dc8f784c8f223e5f89ee1471
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 <jrh3@att.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceTXC.groovy
bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/CreateVcpeResCustServiceTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/groovy/org/openecomp/mso/bpmn/vcpe/scripts/DoCreateAllottedResourceTXCTest.groovy
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/vcpe/DoCreateAllottedResourceTXCTest.java