1710 Rebase - Second Attempt

This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit:
54483fc6606ddb1591a2e9da61bff8712325f924
Wed Sep 6 18:12:56 2017 -0400

Rebasing was done on a branch on top of this commit in so/master in ONAP:
93fbdfbe46104f8859d4754040f979cb7997c157
Thu Sep 7 16:42:59 2017 +0000

Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59
Issue-id: SO-107
Signed-off-by: Arthur Martella <amartell@research.att.com>
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/v4CreateVfModuleMissingModelCustomizationId.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/v4CreateVfModuleMissingModelCustomizationId.json
new file mode 100644
index 0000000..2fd0e03
--- /dev/null
+++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/v4CreateVfModuleMissingModelCustomizationId.json
@@ -0,0 +1,61 @@
+{

+  "requestDetails": {

+      "modelInfo": {

+          "modelType": "vfModule",

+          "modelInvariantId": "ff5256d2-5a33-55df-13ab-12abad84e7ff",

+          "modelVersionId": "fe6478e5-ea33-3346-ac12-ab121484a3fe",

+          "modelName": "Test",

+          "modelVersion": "1"

+      },

+      "cloudConfiguration": {

+          "lcpCloudRegionId": "mdt1",

+          "tenantId": "88a6ca3ee0394ade9403f075db23167e"

+      },

+      "requestInfo": {

+          "instanceName": "MSOTEST103a-vSAMP12_base_module-0",

+          "source": "VID",

+          "suppressRollback": true,

+          "requestorId": "az2016"

+      },

+      "relatedInstanceList": [

+         {

+            "relatedInstance": {

+               "instanceId": "17ef4658-bd1f-4ef0-9ca0-ea76e2bf122c",

+               "instanceName": "MSOTESTVOL103a-vSAMP12_base_module-0_vol",

+               "modelInfo": {   

+                  "modelType": "volumeGroup"

+               }

+            }

+         },

+         {

+            "relatedInstance": {

+               "instanceId": "3eecada1-83a4-4f33-9ed2-7937e7b8dbbc",

+               "modelInfo": {   

+                  "modelType": "service",

+                  "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",

+                  "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",

+                  "modelName": "Test",

+                  "modelVersion": "1.0"

+               }

+            }

+         },

+         {

+            "relatedInstance": {

+               "instanceId": "3eecada1-83a4-4f33-9ed2-7937e7b8dbbc",

+               "modelInfo": {

+                  "modelType": "vnf",

+                  "modelInvariantId": "ff5256d1-5a33-55df-13ab-12abad84e7ff",

+                  "modelVersionId": "fe6478e4-ea33-3346-ac12-ab121484a3fe",

+                  "modelName": "vSAMP12",

+                  "modelVersion": "1.0",

+		     	  "modelCustomizationName": "vSAMP12 1"

+               }

+            }

+         }

+      ],

+      "requestParameters": {

+          "usePreload": false,

+          "userParams": []

+      }

+  }

+}