From f691a83954e8fe1148d2a4386cba509bddfa95d5 Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Mon, 9 Apr 2018 21:40:24 +0530 Subject: Evaluate subinterface_indicator property Corrected the condition to mark subinterface_indicator true/false Change-Id: I3f21924defbc89a5fcd9a89ffc1ea0d28eec8c36 Issue-ID: SDC-1183 Signed-off-by: siddharth0905 --- .../out/nested-other-file-1BServiceTemplate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameFileOneDiff/out/nested-other-file-1BServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameFileOneDiff/out/nested-other-file-1BServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameFileOneDiff/out/nested-other-file-1BServiceTemplate.yaml index e3f3dd567e..eccef8520c 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameFileOneDiff/out/nested-other-file-1BServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameFileOneDiff/out/nested-other-file-1BServiceTemplate.yaml @@ -105,7 +105,7 @@ topology_template: vm_flavor_name: get_input: pd_server_flavor port_pd_server_port_subinterface_indicator: - - true + - false port_pd_server_port_fixed_ips: - ip_address: get_input: @@ -147,7 +147,7 @@ topology_template: vm_flavor_name: get_input: ps_server_flavor port_ps_server_port_subinterface_indicator: - - true + - false port_ps_server_port_ip_requirements: - ip_version: 4 ip_count_required: @@ -532,4 +532,4 @@ topology_template: - link_ps_server_ps_server_port local_storage_server_ps: - abstract_ps_server - - local_storage_ps_server + - local_storage_ps_server \ No newline at end of file -- cgit 1.2.3-korg