From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- .../src/test/resources/VfModuleVnfInstance.json | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 mso-api-handlers/mso-api-handler-infra/src/test/resources/VfModuleVnfInstance.json (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/VfModuleVnfInstance.json') diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/VfModuleVnfInstance.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/VfModuleVnfInstance.json deleted file mode 100644 index a650c7d475..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/VfModuleVnfInstance.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "requestDetails": { - "modelInfo": { - "modelType": "vfModule", - "modelInvariantId": "ff5256d2-5a33-55df-13ab-12abad84e7ff", - "modelVersionId": "fe6478e5-ea33-3346-ac12-ab121484a3fe", - "modelName": "vSAMP12..base..module-0", - "modelVersion": "1", - "modelCustomizationId": "facf4d08-2f6d-4d32-889c-b495c06a5be4", - "modelCustomizationName": "test" - }, - "cloudConfiguration": { - "lcpCloudRegionId": "mdt1", - "tenantId": "88a6ca3ee0394ade9403f075db23167e" - }, - "requestInfo": { - "instanceName": "VNFTEST-7", - "source": "VID", - "suppressRollback": true, - "requestorId": "bp896r", - "productFamilyId": "FamilyID" - }, - "relatedInstanceList": [ - { - "relatedInstance": { - "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff001", - "modelInfo": { - "modelType": "service", - "modelInvariantId": "fe6985cd-ea33-3346-ac12-ab121484a3fe", - "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe", - "modelName": "vSAMP12", - "modelVersion": "1.0", - "modelCustomizationName": "test" - } - } - } - ], - "requestParameters": { - "userParams": [] - }, - "platform": { - "platformName": "platformName" - }, - "lineOfBusiness": { - "lineOfBusinessName": "lobName" - } - } -} \ No newline at end of file -- cgit 1.2.3-korg