aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in
diff options
context:
space:
mode:
authortalio <tali.orenbach@amdocs.com>2017-11-05 11:34:51 +0200
committertalio <tali.orenbach@amdocs.com>2017-11-06 10:17:35 +0200
commit777a3493a4dc4bfeb854b3b820dc5968124af87e (patch)
tree29836c3cb2ab846b0b3241727f4b92782afdac1e /openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in
parent7b492b5f191cd5c22e3c4254f5f3ef7476122e9d (diff)
duplicate ids
throw an exception when a zip with duplicate ids in different files is getting uploaded Issue - Id : SDC-554 Change-Id: I213233d8833b89788f980db859d9597d2c1cb950 Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in/nested-no-compute.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in/nested-no-compute.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in/nested-no-compute.yml
index 5e0627f053..2117609beb 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in/nested-no-compute.yml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedAllPatternsConnectivity/in/nested-no-compute.yml
@@ -35,27 +35,27 @@ parameters:
type: string
resources:
- cmaui_port_1:
+ cmaui_port_01:
type: OS::Neutron::Port
properties:
- network: {get_resource: packet_internal_network}
+ network: {get_resource: packet_internal_network_0}
fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
replacement_policy: AUTO
- cmaui_port_2:
+ cmaui_port_02:
type: OS::Neutron::Port
properties:
- network: {get_resource: packet_external_network}
+ network: {get_resource: packet_external_network_0}
fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
replacement_policy: AUTO
- packet_internal_network:
+ packet_internal_network_0:
type: OS::Neutron::Net
properties:
name:
get_param: packet_internal_network_name
- packet_external_network:
+ packet_external_network_0:
type: OS::Neutron::Net
properties:
name:
@@ -64,4 +64,4 @@ resources:
outputs:
no_compute_attr_1:
description: no_compute_attr_1
- value: { get_resource: packet_external_network } \ No newline at end of file
+ value: { get_resource: packet_external_network_0 } \ No newline at end of file