Dealing with test related stuffs. 41/60841/1
authorlaili <lai.li@zte.com.cn>
Thu, 16 Aug 2018 05:52:18 +0000 (13:52 +0800)
committerlaili <lai.li@zte.com.cn>
Thu, 16 Aug 2018 05:52:18 +0000 (13:52 +0800)
Modify const.

Change-Id: I5f9610bdfbbea005bfaa4d08f05f4f9fb6edba53
Issue-ID: VFC-1012
Signed-off-by: laili <lai.li@zte.com.cn>
lcm/lcm/nf/const.py

index 47097d5..4159644 100644 (file)
@@ -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",