From d60b2a40c15c5952f8a31e2d2aa4be2cf4837fc8 Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Thu, 12 Apr 2018 19:29:57 +0530 Subject: Subinterface_indicator property issue It should only be present under port implementation Change-Id: I8b52905c5e5c888cf384bebf1d23168c7906b004 Issue-ID: SDC-1183 Signed-off-by: siddharth0905 --- .../out/Nested_pcma_server_1ServiceTemplate.yaml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_1ServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_1ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_1ServiceTemplate.yaml index 7a3ec20712..d42796a554 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_1ServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_1ServiceTemplate.yaml @@ -14,11 +14,6 @@ topology_template: port_pcm_port_0_network_role: type: string required: true - port_pcm_port_0_subinterface_indicator: - type: list - required: true - entry_schema: - type: boolean port_pcm_port_1_network_role_tag: type: string required: true @@ -69,11 +64,6 @@ topology_template: port_pcm_port_1_network_role: type: string required: true - port_pcm_port_1_subinterface_indicator: - type: list - required: true - entry_schema: - type: boolean port_pcm_port_1_network: type: list required: true @@ -179,10 +169,7 @@ topology_template: get_input: port_pcm_port_0_exCP_naming vlan_requirements: get_input: port_pcm_port_0_vlan_requirements - subinterface_indicator: - get_input: - - port_pcm_port_0_subinterface_indicator - - index_value + subinterface_indicator: false ip_requirements: get_input: port_pcm_port_0_ip_requirements network_role_tag: @@ -219,10 +206,7 @@ topology_template: get_input: port_pcm_port_1_exCP_naming vlan_requirements: get_input: port_pcm_port_1_vlan_requirements - subinterface_indicator: - get_input: - - port_pcm_port_1_subinterface_indicator - - index_value + subinterface_indicator: false ip_requirements: get_input: port_pcm_port_1_ip_requirements network_role_tag: -- cgit 1.2.3-korg