From c72d565bb58226b20625b2bce5f0019046bee649 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Tue, 10 Jul 2018 14:20:54 +0300 Subject: Merge 1806 code of vid-common Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) --- vid-app-common/src/test/resources/cr-csar.JSON | 77 ++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 vid-app-common/src/test/resources/cr-csar.JSON (limited to 'vid-app-common/src/test/resources/cr-csar.JSON') diff --git a/vid-app-common/src/test/resources/cr-csar.JSON b/vid-app-common/src/test/resources/cr-csar.JSON new file mode 100644 index 000000000..4ae148932 --- /dev/null +++ b/vid-app-common/src/test/resources/cr-csar.JSON @@ -0,0 +1,77 @@ +{ + "service": { + "uuid": "76f27dfe-33e5-472f-8e0b-acf524adc4f0", + "invariantUuid": "c3618e16-bb5b-433a-a6e0-565ca79d8b65", + "name": "MSO_Example_Service", + "version": "1.0", + "toscaModelURL": null, + "category": "Network L4+", + "serviceType": "", + "serviceRole": "", + "description": "MSO_Example_Service", + "serviceEcompNaming": "true", + "instantiationType": "ClientConfig", + "inputs": { + + } + }, + "vnfs": { + + }, + "networks": { + + }, + "collectionResource": { + "MSO_Example 0": { + "uuid": "4f8068d9-fb13-49fc-9e39-634d2094b659", + "invariantUuid": "2fc1b3b8-b8ed-413e-add8-3d903cf2b458", + "description": "MSO_Example", + "name": "MSO_Example", + "version": "0.2", + "customizationUuid": "fffc356d-9e95-4d9c-aa64-7273f33aae84", + "inputs": null, + "commands": { + + }, + "properties": { + "MSO_Example..NetworkCollection..0_network_collection_function": "fffff", + "MSO_Example..NetworkCollection..0_network_collection_description": "ddd", + "MSO_Example..Fixed..0_quantity": "89" + }, + "type": "CR", + "category": "Network L2-3", + "subcategory": "Infrastructure", + "resourceVendor": "cisco", + "customizationUUID": "fffc356d-9e95-4d9c-aa64-7273f33aae84", + "resourceVendorRelease": "1.0", + "resourceVendorModelNumber": "", + "networksCollection": { + "MSO_Example..NetworkCollection..0": { + "uuid": "f4cb3cb6-a45d-474d-9af8-f4ae2e733ef7", + "invariantUuid": "f3cf3727-f779-4721-b989-851722c64ca4", + "name": "MSO_Example..NetworkCollection..0", + "version": "1", + "networkCollectionProperties": { + "networkCollectionFunction": "fffff", + "networkCollectionDescription": "ddd" + } + } + } + } + }, + "configurations": { + + }, + "serviceProxies": { + + }, + "vfModules": { + + }, + "volumeGroups": { + + }, + "pnfs": { + + } +} \ No newline at end of file -- cgit 1.2.3-korg