From bf6c895c2824a1d6e31f70bbc3c7e5bd5a433b63 Mon Sep 17 00:00:00 2001 From: seshukm Date: Sat, 28 Oct 2017 14:14:11 +0530 Subject: fix for groovy test case IssueId: SO-281 Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43 Signed-off-by: seshukm --- ...CreateGenericAlaCarteServiceInstanceTest.groovy | 31 +++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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 1550df1f98..7c0d519f1c 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 @@ -28,7 +28,36 @@ class CreateGenericAlaCarteServiceInstanceTest { def utils = new MsoUtils() JsonUtils jsonUtil = new JsonUtils() VidUtils vidUtils = new VidUtils() - + + String createDBRequestError = +""" + + + + 88f65519-9a38-4c4b-8445-9eb4a5a5af56 + BPMN + Received error from SDN-C: No availability zone available + + FAILED + <network-id></network-id><network-name></network-names> + + + """ + + String falloutHandlerRequest = + """ + + b69c9054-da09-4a2c-adf5-51042b62bfac + CREATE + VID + + + Received error from SDN-C: No availability zone available. + 5300 + + """ String jsonIncomingRequest = """{ -- cgit 1.2.3-korg