From 33968547b500867272d5d9ec7aa8cd1919816b46 Mon Sep 17 00:00:00 2001 From: laili Date: Thu, 16 Aug 2018 13:52:18 +0800 Subject: [PATCH] Dealing with test related stuffs. Modify const. Change-Id: I5f9610bdfbbea005bfaa4d08f05f4f9fb6edba53 Issue-ID: VFC-1012 Signed-off-by: laili --- lcm/lcm/nf/const.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/lcm/lcm/nf/const.py b/lcm/lcm/nf/const.py index 47097d52..41596442 100644 --- a/lcm/lcm/nf/const.py +++ b/lcm/lcm/nf/const.py @@ -586,7 +586,22 @@ c10_data_get_vm = { } vnfdModel = { - "volume_storages": [], + "volume_storages": [ + { + "volume_storage_id": "test", + "properties": { + "location_info": { + "vimid": "test", + "tenant": "tenantname_1", + "availability_zone": "test", + }, + "volume_name": "test", + "custom_volume_type": "test", + "size": "1", + }, + "image_file": "test", + }, + ], "inputs": { "pe1_id": { "type": "string", -- 2.16.6