From 1ee089451cd369b225acfc63266d056a3e825da6 Mon Sep 17 00:00:00 2001 From: "ueha.ayumu" Date: Tue, 28 Jul 2020 04:25:05 +0000 Subject: [PATCH] Delete BOM from test yaml files Some yaml files that is definition file for testing have BOM(Byte Order Mark) at the beginning. This BOM is unnecessary information, so delete it with this patch. Change-Id: Ie4a59a57abe4476a2f25c4b53e7b5dc88fa3ca44 Closes-Bug: 1889148 --- .../Definitions/helloworld3_df_simple.yaml | 2 +- .../Definitions/helloworld3_df_simple.yaml | 2 +- .../Definitions/helloworld3_df_simple.yaml | 2 +- .../Definitions/helloworld3_top.vnfd.yaml | 2 +- .../Definitions/helloworld3_types.yaml | 2 +- .../Definitions/helloworld3_df_simple.yaml | 2 +- .../Definitions/helloworld3_top.vnfd.yaml | 2 +- .../Definitions/helloworld3_types.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/tosca_with_vdus.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/tosca_with_vdus.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/tosca_with_vdus.yaml | 2 +- .../csar_without_flavour_info/Definitions/main_tosca.yaml | 2 +- .../csar_without_flavour_info/Definitions/tosca_with_vdus.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/main_tosca.yaml | 2 +- .../Definitions/tosca_with_vdus.yaml | 2 +- .../Definitions/helloworld3_df_simple.yaml | 2 +- .../csar_without_policies/Definitions/main_tosca.yaml | 2 +- .../csar_without_sw_image_data/Definitions/main_tosca.yaml | 2 +- .../csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml | 2 +- .../csar_without_vnfd_info/Definitions/main_tosca.yaml | 2 +- .../csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml | 2 +- .../test_csar_utils_common/Definitions/helloworld3_types.yaml | 2 +- .../Definitions/sample_lcm_with_user_data_top.vnfd.yaml | 2 +- .../Definitions/sample_lcm_with_user_data_types.yaml | 2 +- .../etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml | 2 +- .../etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml | 2 +- .../samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml | 2 +- .../etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml | 2 +- .../etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml | 2 +- .../samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml | 2 +- .../etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml | 2 +- .../samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml | 2 +- .../nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml | 2 +- .../etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml | 2 +- .../etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml | 2 +- .../samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml | 2 +- .../etsi/nfv/vnfpkgm1/Definitions/helloworld3_df_simple.yaml | 2 +- .../etsi/nfv/vnfpkgm1/Definitions/helloworld3_top.vnfd.yaml | 2 +- .../etsi/nfv/vnfpkgm1/Definitions/helloworld3_types.yaml | 2 +- .../etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml | 2 +- .../etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml | 2 +- .../etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml | 2 +- .../openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml | 2 +- .../etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml | 2 +- .../tosca_generate_hot_from_tosca_translator_error.yaml | 2 +- .../tosca_generate_hot_from_tosca_with_params_error.yaml | 2 +- .../etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml | 2 +- ...a_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml | 2 +- ...enerate_hot_from_tosca_with_substitution_mappings_error.yaml | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/tacker/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions/helloworld3_df_simple.yaml index 6f3c8157c..f8356b576 100644 --- a/tacker/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions/helloworld3_df_simple.yaml index d3f790f5c..5f0353a01 100644 --- a/tacker/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_df_simple.yaml index 00b263b58..ddbd7aad8 100644 --- a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_top.vnfd.yaml index e690da899..6105f4e92 100644 --- a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_types.yaml index 12b92b710..a2e7a474a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_df_simple.yaml index c5d6fb634..bd793e8fb 100644 --- a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_top.vnfd.yaml index 0d4f953bf..be8581710 100644 --- a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_types.yaml index f0e16fc98..12ff7446b 100644 --- a/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/main_tosca.yaml index 9d67de7a4..befa5aa36 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/tosca_with_vdus.yaml index f7bf953f5..867545528 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/main_tosca.yaml index 9d67de7a4..befa5aa36 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/tosca_with_vdus.yaml index aeb2b0dce..fefc43ad1 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions/main_tosca.yaml index e7677a861..4da083d96 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/main_tosca.yaml index ae87a4809..7c168c453 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/tosca_with_vdus.yaml index 1d5031119..6ef26abf3 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/main_tosca.yaml index bf793f864..80cbb737e 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/tosca_with_vdus.yaml index 319d111b5..97835fd7a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions/main_tosca.yaml index aee8352e0..ea67ab960 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/main_tosca.yaml index 9d67de7a4..befa5aa36 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/tosca_with_vdus.yaml index 10ee4af79..567cbbe06 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/helloworld3_df_simple.yaml index 2c53ba7a9..db8fb2670 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/main_tosca.yaml index e690da899..6105f4e92 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/main_tosca.yaml index ae87a4809..7c168c453 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml index e7677a861..4da083d96 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/main_tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/main_tosca.yaml index 6f58fd0a7..42b52baf6 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/main_tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/main_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF. diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml index dd73ce0ef..31e56659b 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions/helloworld3_types.yaml index 12b92b710..a2e7a474a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_top.vnfd.yaml index b857bde02..e3d917067 100644 --- a/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNFD for LCM with user data diff --git a/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_types.yaml b/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_types.yaml index 778c526f2..1703b559b 100644 --- a/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml index 21b6c59f8..98205f9fd 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml index 4eecda3b8..18d4fe64b 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml index 428126d4e..16a4ff5bc 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml index 8a24e7249..5671183c6 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml index 78cb492b5..99fa6e9d2 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml index 379f2e9c2..e8a0ed39a 100755 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml index faf34cf42..08c29e38f 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF of NTT NS lab. diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml index fc36f7dc3..905c1197e 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: ntt.nslab.VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml index 755c3f7fa..5ec9a044c 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml index 6ef6fd39e..216172e8a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml index e690da899..6105f4e92 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml index f0e16fc98..12ff7446b 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_df_simple.yaml index 4ba8dbd21..56dfc9a13 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_top.vnfd.yaml index e690da899..6105f4e92 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Sample VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_types.yaml index 12b92b710..a2e7a474a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm1/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml index 315adfca8..9b209994e 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Simple deployment flavour for Demo VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml index 9707ddde0..736635bd1 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: Demo VNF diff --git a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml index 6dd59503c..95ec40d9a 100644 --- a/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml +++ b/tacker/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: VNF type definition diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml index 939d9b960..494c05ebf 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca(). diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml index 1e276c48d..b7d27ba47 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca() the case of tosca-parser error. diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml index 5f4330633..45bf5bef6 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca() the case of heat-translator error. diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml index 7a1783be7..93d00e73a 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca(). diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml index d9e58a090..d657378e7 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca() with scaling. diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml index 89c66d302..b4442a8b0 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca() with scaling the case of invalid inst_req_info. diff --git a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml index 7a1783be7..93d00e73a 100644 --- a/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml +++ b/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml @@ -1,4 +1,4 @@ -tosca_definitions_version: tosca_simple_yaml_1_2 +tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca().