From 0cfe5b860e471c179a19367b8773836197f0747b Mon Sep 17 00:00:00 2001 From: garciaale Date: Tue, 16 Feb 2021 15:47:52 -0300 Subject: [PATCH 1/1] Updates LCM test descriptors to SOL006 3.3.1 Change-Id: Ic86d62bafe9fa4fdcaf7b750501d002851022f78 Signed-off-by: garciaale --- osm_lcm/tests/test_db_descriptors.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osm_lcm/tests/test_db_descriptors.py b/osm_lcm/tests/test_db_descriptors.py index 080d88d..022f53c 100644 --- a/osm_lcm/tests/test_db_descriptors.py +++ b/osm_lcm/tests/test_db_descriptors.py @@ -885,9 +885,11 @@ db_vnfds_text = """ virtual-storage-desc: - id: mgmt-storage - size-of-storage: 10 + block-storage-data: + size-of-storage: 10 - id: data-storage - size-of-storage: 10 + block-storage-data: + size-of-storage: 10 sw-image-desc: - id: hackfest3-mgmt -- 2.25.1