From 35b5687d60558bac72c1e53ddd9044584964a3d8 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Tue, 1 Oct 2019 16:47:26 +0100 Subject: Fix for scalar-unit type value. Issue-ID: SDC-323 Change-Id: I7f19a7356e1cd34deca0a168b3cb707ef657b9cb Signed-off-by: aribeiro --- .../nestedSingleCompute/myTest/out/MainServiceTemplate.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/myTest/out') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/myTest/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/myTest/out/MainServiceTemplate.yaml index e89a0c772d..cd877d4b6a 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/myTest/out/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/myTest/out/MainServiceTemplate.yaml @@ -1517,7 +1517,8 @@ topology_template: properties: availability_zone: get_input: availability_zone_0 - size: '(get_input : oam_volume_size_0) * 1024' + size: + get_input: oam_volume_size_0 name: str_replace: template: $VNF$DELoam$DELvolume$DEL0 @@ -1801,7 +1802,8 @@ topology_template: properties: availability_zone: get_input: availability_zone_1 - size: '(get_input : oam_volume_size_0) * 1024' + size: + get_input: oam_volume_size_0 name: str_replace: template: $VNF$DELoam$DELvolume$DEL1 @@ -1922,7 +1924,8 @@ topology_template: properties: availability_zone: get_input: availability_zone_0 - size: '(get_input : cif_volume_size_0) * 1024' + size: + get_input: cif_volume_size_0 name: str_replace: template: $VNF$DELcif$DELvolume$DEL0 @@ -1936,7 +1939,8 @@ topology_template: properties: availability_zone: get_input: availability_zone_1 - size: '(get_input : cif_volume_size_0) * 1024' + size: + get_input: cif_volume_size_0 name: str_replace: template: $VNF$DELcif$DELvolume$DEL1 -- cgit 1.2.3-korg