X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_nested_parameters%2Ffail%2Fheat_template.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_nested_templates%2Ffail%2Fheat_template_missing_nested_files.yaml;h=a6a8a0eb7827fc266e6657e0f887f8e9c0cee45c;hp=87a3aa66d807264173a3261e10fda5a36d865589;hb=60d5ad7d00eadd6395eca186e6fa76a43df3c6cf;hpb=31d5da59b39d38760cc519a2c5e5b70357b539e8 diff --git a/ice_validator/tests/fixtures/test_nested_templates/fail/heat_template_missing_nested_files.yaml b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml similarity index 89% rename from ice_validator/tests/fixtures/test_nested_templates/fail/heat_template_missing_nested_files.yaml rename to ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml index 87a3aa6..a6a8a0e 100644 --- a/ice_validator/tests/fixtures/test_nested_templates/fail/heat_template_missing_nested_files.yaml +++ b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml @@ -1,5 +1,5 @@ # -*- coding: utf8 -*- -# ============LICENSE_START======================================================= +# ============LICENSE_START==================================================== # org.onap.vvp/validation-scripts # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. @@ -37,8 +37,11 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # + +# VERSION = '1.0.0' + --- -nested_template_description: base +description: base parameters: vm_type_volume_name_0: @@ -50,13 +53,13 @@ resources: server_0: type: nested_template_1.yaml properties: - name: {get_param: server_name_0} + name: { get_param: server_name_0 } my_resource_group_1: - type: OS::Nova::Server + type: OS::Heat::ResourceGroup properties: count: 5 - resource_def: { type: nested_template_2.yaml } + resource_def: { type: nested_template_bad.yaml } outputs: vm_type_volume_id_0: - value: {get_resource: vm_type_volume_0} \ No newline at end of file + value: {get_resource: vm_type_volume_0}