aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.coveragerc3
-rw-r--r--.gitignore2
-rw-r--r--Dockerfile2
-rw-r--r--LICENSE.txt2
-rw-r--r--ice_validator/app_tests/__init__.py1
-rw-r--r--ice_validator/app_tests/test_app.py1
-rw-r--r--ice_validator/app_tests/test_app_config.py1
-rw-r--r--ice_validator/app_tests/vvp-config.yaml1
-rw-r--r--ice_validator/heat_requirements.json2
-rw-r--r--ice_validator/make_exe.bat2
-rw-r--r--ice_validator/requirements.json2
-rw-r--r--ice_validator/resolution_steps.json2
-rw-r--r--ice_validator/tests/__init__.py1
-rw-r--r--ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/invalid_naming_for_allowed_address_pairs.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/single_ip_format_used_in_array.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/wrong_network_role.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_network_role_wrong_in_parameter.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_vm_type_wrong_in_parameter.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_network_role_wrong_in_parameter.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_vm_type_wrong_in_parameter.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_exernal_nova_server.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_internal_nova_server.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone/fail/missing_increment.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone/fail/not_starting_with_availability_zone.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone/fail/using_a_non_digit_increment.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone/fail/using_list_instead_of_get_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone_get_param/fail/not_using_get_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone_get_param/fail/only_specifying_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone_get_param/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/fail/fail.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/pass.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_base_template_names/fail/failing_directory/check_cant_fail.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_1/base_well_named.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_2/well_base_named.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_3/well_named_base.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/base_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_1_template_missing_output_consumption.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_child_1_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_template_missing_output_consumption.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/base_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_1_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_child_1_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_cloud_config_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_irt_routes/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_irt_routes/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_vmi_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_vmi_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_vn_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_lon.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_long.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_shor.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_short.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/no_match_environment_filename.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_files_provided/fail/base_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_files_provided/fail/base_template_env.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_no_resource_registry/fail/bad.env1
-rw-r--r--ice_validator/tests/fixtures/test_env_no_resource_registry/pass/good.env1
-rw-r--r--ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.env3
-rw-r--r--ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.env1
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.env3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env3
-rw-r--r--ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env3
-rw-r--r--ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/parent.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/testvm.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/pass/test_vm.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format/fail/invalid_naming_for_fixed_ips.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_param_not_used_for_fixed_ips.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_resource_used_for_fixed_ips.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_mismatch_vm_type_nova_server.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_network_role_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_vm_type_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_mismatch_vm_type_nova_server.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_network_role_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_vm_type_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_forbidden_resources/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_forbidden_resources/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_get_attr_usage/fail/fail_get_attr.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_get_attr_usage/fail/nested.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_get_attr_usage/pass/nested.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_get_attr_usage/pass/pass_get_attr.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/personality_contains_http.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_ftp.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_http.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_get_file_only_reference_local_files/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_numeric_parameters/fail/parameter_numeric_value_missing_constraints.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_numeric_parameters/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/fail/env_missing_yaml.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pair.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pairr.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/fail/yaml_missing_env.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_default_value_specified.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_invalid_keys.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_heat_parameter_section/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_description.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_type.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.template1
-rw-r--r--ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.env3
-rw-r--r--ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_initial_configuration/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_initial_configuration/pass/good_yaml_eg.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_ip_parameters_start_at_0/fail/fail.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/pass.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_multipart_mime_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameter_args/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/fail/nested_template_bad.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_good.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_template_parameters/fail/bad-heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_template_parameters/pass/heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_template_parameters/pass/nested_template_1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/fail/heat_template_invalid_nesting.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_1.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_2.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_nested_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_non_nested_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/fail/bad-level0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/fail/bad-level1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/fail/bad-level2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/fail/bad-level3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/pass/level0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/pass/level1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/pass/level2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_level/pass/level3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_param_not_used_for_network.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_resource_used_for_external_network.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_neutron_net_resource_id/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_net_resource_id/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/fail/other0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/pass/other0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_addresses/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0_base.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0_base.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_network_parameter/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_no_http_resources/fail/fail.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_no_http_resources/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/fail/pass.sh3
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/fail/settings2
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/pass/pass.sh3
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/pass/settings3
-rw-r--r--ice_validator/tests/fixtures/test_non_server_name/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_non_server_name/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/fail/fail.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_nova_server_resource_id/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_server_resource_id/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servergroup_policies/fail/not_supported_policies.yml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servergroup_policies/pass/with_supported_policies.yml3
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/fail/wrong_type_for_parameters.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_environment_context/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties_uppercase.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id_uppercase.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_resource_ids/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail4.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail5.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail6.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0c.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1c.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2c.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail3.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail4.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail5.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail6.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail8.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail9.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/missing_get_param.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/using_str_replace_instead_of_get_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail1.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_workload_context/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_oam_address_outputs/fail/module_fail.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_less_indent_on_value.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_multierror.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_tab.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_value_and_keys.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_parse_yaml/pass/good_yaml_eg.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/fail/base_mod.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/pass/base_mod.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_port_resource_ids/fail/mismatch_vm_type_port_id_get_resource.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource_uppercase.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_no_constraints/fail/heat_template_required_parameters_with_constraints.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_no_constraints/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.env3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.env3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.env3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/fail/missing_required_parameters_in_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified_not_needed.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_resource_has_no_condtion/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_resource_has_no_condtion/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/fail/invalid_characters_in_resource_id_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/pass/valid_characters_in_resource_id_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_resource_indices/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_resource_indices/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_server_parameters/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_server_parameters/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_index.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name_in_rsg.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_1.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_2.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_3.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_4.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vf_module_id.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_id.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_name.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_have_required_metadata/pass/has_required_metadata.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_metadata_section.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_properties_section.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/not_using_get_param.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_servers_metadata_use_get_param/pass/has_required_metadata.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_software_config_resource_id/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_software_config_resource_id/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_param_subnet.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_resource_subnet.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/fail/unique_resource_stack_name_without_vnf_name_or_module.yml3
-rw-r--r--ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/pass/unique_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/fail/unique_resource_stack_name_without_vnf_name_or_module.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/pass/unique_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/duplicate_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/unique_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_1.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_2.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_template/fail/duplicate_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_unique_resources_across_template/pass/unique_resource_template.yml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_role_value/fail/fail_parameter.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_vm_role_value/pass/pass_hardcoded.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.env2
-rw-r--r--ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_case/fail/fail.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_case/pass/pass.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_resource_id/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_resource_id/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_syntax/fail/fail0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_vm_type_syntax/pass/pass0.yaml1
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/fail/module_volumes.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume1.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume2.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml2
-rw-r--r--ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_base_parameters.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_parameters_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_instance_uuid_volume_attachment.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_nova_server_id.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_param.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_resource.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment_uppercase.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_resource_ids/pass/valid_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs/fail/missing_outputs_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_1_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_2_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_3_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_outputs_than_resources_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_resources_than_outputs_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates_outputs_resources/pass/valid_template_volume.yaml3
-rw-r--r--ice_validator/tests/helpers.py1
-rw-r--r--ice_validator/tests/parametrizers.py1
-rw-r--r--ice_validator/tests/report.html.jinja22
-rw-r--r--ice_validator/tests/structures.py1
-rw-r--r--ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py1
-rw-r--r--ice_validator/tests/test_availability_zone.py1
-rw-r--r--ice_validator/tests/test_base_template_names.py1
-rw-r--r--ice_validator/tests/test_cloud_config_resource_id.py1
-rw-r--r--ice_validator/tests/test_contrail_fqdn.py1
-rw-r--r--ice_validator/tests/test_contrail_instance_ip_resource_id.py1
-rw-r--r--ice_validator/tests/test_contrail_irt_routes.py1
-rw-r--r--ice_validator/tests/test_contrail_resource_id.py1
-rw-r--r--ice_validator/tests/test_contrail_vmi_resource_id.py1
-rw-r--r--ice_validator/tests/test_contrail_vn_resource_id.py1
-rw-r--r--ice_validator/tests/test_env_and_yaml_same_name.py1
-rw-r--r--ice_validator/tests/test_env_no_resource_registry.py1
-rw-r--r--ice_validator/tests/test_env_parameters_defined_in_template.py1
-rw-r--r--ice_validator/tests/test_environment_file_parameters.py1
-rw-r--r--ice_validator/tests/test_environment_file_structure.py1
-rw-r--r--ice_validator/tests/test_filename_is_vmtype_dot_yaml.py1
-rw-r--r--ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py1
-rw-r--r--ice_validator/tests/test_forbidden_resources.py1
-rw-r--r--ice_validator/tests/test_get_file_only_reference_local_files.py1
-rw-r--r--ice_validator/tests/test_heat_pairs_provided.py1
-rw-r--r--ice_validator/tests/test_heat_parameter_section.py1
-rw-r--r--ice_validator/tests/test_heat_template_parameters_contain_required_fields.py1
-rw-r--r--ice_validator/tests/test_heat_template_structure.py1
-rw-r--r--ice_validator/tests/test_multipart_mime_resource_id.py1
-rw-r--r--ice_validator/tests/test_nested_parameter_args.py1
-rw-r--r--ice_validator/tests/test_nested_parameters.py1
-rw-r--r--ice_validator/tests/test_nested_template_parameters.py1
-rw-r--r--ice_validator/tests/test_nesting_level.py1
-rw-r--r--ice_validator/tests/test_nesting_nova_server.py1
-rw-r--r--ice_validator/tests/test_network_format.py1
-rw-r--r--ice_validator/tests/test_network_format_use_get_param_or_get_resource.py1
-rw-r--r--ice_validator/tests/test_neutron_net_resource_id.py1
-rw-r--r--ice_validator/tests/test_neutron_port_fixed_ips.py1
-rw-r--r--ice_validator/tests/test_neutron_port_internal_network.py1
-rw-r--r--ice_validator/tests/test_neutron_port_network_parameter.py1
-rw-r--r--ice_validator/tests/test_no_http_resources.py1
-rw-r--r--ice_validator/tests/test_non_server_name.py1
-rw-r--r--ice_validator/tests/test_nova_server_resource_id.py1
-rw-r--r--ice_validator/tests/test_nova_servergroup_policies.py1
-rw-r--r--ice_validator/tests/test_nova_servers_environment_context.py1
-rw-r--r--ice_validator/tests/test_nova_servers_resource_ids.py1
-rw-r--r--ice_validator/tests/test_nova_servers_vm_types.py1
-rw-r--r--ice_validator/tests/test_nova_servers_vm_types_use_get_param.py1
-rw-r--r--ice_validator/tests/test_nova_servers_workload_context.py1
-rw-r--r--ice_validator/tests/test_port_resource_ids.py1
-rw-r--r--ice_validator/tests/test_required_parameters_no_constraints.py1
-rw-r--r--ice_validator/tests/test_resource_ids_alphanumeric_only.py1
-rw-r--r--ice_validator/tests/test_server_parameters.py1
-rw-r--r--ice_validator/tests/test_servers_metadata_use_get_param.py1
-rw-r--r--ice_validator/tests/test_software_config_resource_id.py1
-rw-r--r--ice_validator/tests/test_unique_name_str_replace_use_req_params.py1
-rw-r--r--ice_validator/tests/test_unique_resources_across_all_templates.py1
-rw-r--r--ice_validator/tests/test_vm_class_has_unique_type.py1
-rw-r--r--ice_validator/tests/test_vm_type_case.py1
-rw-r--r--ice_validator/tests/test_vm_type_resource_id.py1
-rw-r--r--ice_validator/tests/test_vm_type_syntax.py1
-rw-r--r--ice_validator/tests/test_volume_outputs_consumed.py1
-rw-r--r--ice_validator/tests/test_volume_resource_ids.py1
-rw-r--r--ice_validator/tests/test_volume_templates.py1
-rw-r--r--ice_validator/tests/test_volume_templates_outputs.py1
-rw-r--r--ice_validator/tests/utils/__init__.py1
-rw-r--r--ice_validator/tests/utils/nested_dict.py1
-rw-r--r--ice_validator/tests/utils/nested_files.py1
-rw-r--r--ice_validator/tests/utils/nested_iterables.py1
-rw-r--r--ice_validator/tests/utils/network_roles.py1
-rw-r--r--ice_validator/tests/utils/ports.py1
-rw-r--r--ice_validator/tests/utils/vm_types.py1
-rw-r--r--ice_validator/tests/utils/volumes.py1
-rw-r--r--ice_validator/tests/utils/yaml_custom_utils.py1
-rw-r--r--ice_validator/version.py1
-rw-r--r--ice_validator/vvp-config.yaml1
-rw-r--r--ice_validator/vvp.py1
-rwxr-xr-xmvn-phase-script.sh1
-rw-r--r--pom.xml16
-rw-r--r--requirements.txt1
-rw-r--r--tox.ini1
455 files changed, 179 insertions, 606 deletions
diff --git a/.coveragerc b/.coveragerc
index b063982..c74325f 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
[paths]
@@ -47,4 +46,4 @@ source = ice_validator
parallel = false
[report]
-show_missing = true \ No newline at end of file
+show_missing = true
diff --git a/.gitignore b/.gitignore
index bb967c5..be6137d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,4 +95,4 @@ ENV/
*pytest_cache*
.idea/
-ice_validator/output/ \ No newline at end of file
+ice_validator/output/
diff --git a/Dockerfile b/Dockerfile
index 6090e4f..96f091d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,4 +45,4 @@ COPY ice_validator/ /vvp
WORKDIR /vvp
-ENTRYPOINT ["pytest"] \ No newline at end of file
+ENTRYPOINT ["pytest"]
diff --git a/LICENSE.txt b/LICENSE.txt
index 187df63..e6d233a 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -33,6 +33,4 @@
# limitations under the License.
#
# ============LICENSE_END============================================
-#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
# \ No newline at end of file
diff --git a/ice_validator/app_tests/__init__.py b/ice_validator/app_tests/__init__.py
index 4a18fb6..a20b851 100644
--- a/ice_validator/app_tests/__init__.py
+++ b/ice_validator/app_tests/__init__.py
@@ -35,5 +35,4 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
diff --git a/ice_validator/app_tests/test_app.py b/ice_validator/app_tests/test_app.py
index 89798a5..fe99b0a 100644
--- a/ice_validator/app_tests/test_app.py
+++ b/ice_validator/app_tests/test_app.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from threading import Thread
diff --git a/ice_validator/app_tests/test_app_config.py b/ice_validator/app_tests/test_app_config.py
index 47bb725..223006f 100644
--- a/ice_validator/app_tests/test_app_config.py
+++ b/ice_validator/app_tests/test_app_config.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from io import StringIO
diff --git a/ice_validator/app_tests/vvp-config.yaml b/ice_validator/app_tests/vvp-config.yaml
index 147eae0..f80cb6f 100644
--- a/ice_validator/app_tests/vvp-config.yaml
+++ b/ice_validator/app_tests/vvp-config.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
ui:
diff --git a/ice_validator/heat_requirements.json b/ice_validator/heat_requirements.json
index dd8da5f..e153428 100644
--- a/ice_validator/heat_requirements.json
+++ b/ice_validator/heat_requirements.json
@@ -70963,4 +70963,4 @@
"needs_amount": 771
}
}
-} \ No newline at end of file
+}
diff --git a/ice_validator/make_exe.bat b/ice_validator/make_exe.bat
index efd4ae8..fc99f1f 100644
--- a/ice_validator/make_exe.bat
+++ b/ice_validator/make_exe.bat
@@ -1 +1 @@
-pyinstaller --onedir vvp.spec \ No newline at end of file
+pyinstaller --onedir vvp.spec
diff --git a/ice_validator/requirements.json b/ice_validator/requirements.json
index b7540a2..a7c51ed 100644
--- a/ice_validator/requirements.json
+++ b/ice_validator/requirements.json
@@ -70930,4 +70930,4 @@
"needs_amount": 770
}
}
-} \ No newline at end of file
+}
diff --git a/ice_validator/resolution_steps.json b/ice_validator/resolution_steps.json
index 83a611d..670fbf4 100644
--- a/ice_validator/resolution_steps.json
+++ b/ice_validator/resolution_steps.json
@@ -287,4 +287,4 @@
"resolution_steps": "Make sure that all resource ids for cinder volumes follow the right naming convention to include the {vm_type} of the nova server it is associated to as per the guidelines.",
"header": "Volume resources referenced in volume template outputs do not exist."
}
-] \ No newline at end of file
+]
diff --git a/ice_validator/tests/__init__.py b/ice_validator/tests/__init__.py
index ec11176..6cd3557 100644
--- a/ice_validator/tests/__init__.py
+++ b/ice_validator/tests/__init__.py
@@ -35,5 +35,4 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
diff --git a/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/fail/fail.yaml b/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/fail/fail.yaml
index 516e57f..ab0da44 100644
--- a/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/pass/pass.yaml b/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/pass/pass.yaml
index 84e9b6d..3848972 100644
--- a/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_all_get_param_have_defined_parameter/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
index 6f65d89..462f8d5 100644
--- a/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml
index 51cefa4..522de7d 100644
--- a/ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource.yaml
index d653198..cf193b2 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -189,4 +188,4 @@ resources:
admin_1_extnet_1_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource_volume.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource_volume.yaml
index aa378f4..c68685b 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource_volume.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_get_resource_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -70,4 +69,4 @@ outputs:
value: { get_resource: vm_type_volume_id_10 }
vm_type_volume_id_1:
- value: { get_resource: vm_type_volume_id_1 } \ No newline at end of file
+ value: { get_resource: vm_type_volume_id_1 }
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id.yaml
index 403506a..80b114b 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -189,4 +188,4 @@ resources:
admin_1_extnet_1_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id_volume.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id_volume.yaml
index acf77b6..cd08885 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id_volume.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/fail/mismatch_resource_id_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -70,4 +69,4 @@ outputs:
value: { get_resource: vm_type_volume_id_0 }
vm_type_volume_id_1:
- value: { get_resource: vm_type_volume_id_1 } \ No newline at end of file
+ value: { get_resource: vm_type_volume_id_1 }
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template.yaml
index 6295d0d..d2b3359 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -189,4 +188,4 @@ resources:
admin_1_extnet_1_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template_volume.yaml b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template_volume.yaml
index 5f22853..be5ab2a 100644
--- a/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template_volume.yaml
+++ b/ice_validator/tests/fixtures/test_all_referenced_resources_exists/pass/valid_template_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -70,4 +69,4 @@ outputs:
value: { get_resource: vm_type_volume_id_0 }
vm_type_volume_id_1:
- value: { get_resource: vm_type_volume_id_1 } \ No newline at end of file
+ value: { get_resource: vm_type_volume_id_1 }
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/invalid_naming_for_allowed_address_pairs.yaml b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/invalid_naming_for_allowed_address_pairs.yaml
index a1a5c15..599e641 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/invalid_naming_for_allowed_address_pairs.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/invalid_naming_for_allowed_address_pairs.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -122,4 +121,4 @@ resources:
properties:
network: { get_param: extnet_net_id }
allowed_address_pairs:
- - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] } \ No newline at end of file
+ - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] }
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/single_ip_format_used_in_array.yaml b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/single_ip_format_used_in_array.yaml
index ac5114c..c2c7cc6 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/single_ip_format_used_in_array.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/single_ip_format_used_in_array.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -122,4 +121,4 @@ resources:
properties:
network: { get_param: extnet_net_id }
allowed_address_pairs:
- - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] } \ No newline at end of file
+ - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] }
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/wrong_network_role.yaml b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/wrong_network_role.yaml
index 1d37a53..3f972ad 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/wrong_network_role.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pair_format/fail/wrong_network_role.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -122,4 +121,4 @@ resources:
properties:
network: { get_param: extnet_net_id }
allowed_address_pairs:
- - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] } \ No newline at end of file
+ - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] }
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
index 4ca7383..8969caa 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_network_role_wrong_in_parameter.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_network_role_wrong_in_parameter.yaml
index 1d68aec..fccd0ae 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_network_role_wrong_in_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_network_role_wrong_in_parameter.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_vm_type_wrong_in_parameter.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_vm_type_wrong_in_parameter.yaml
index 2332c4c..088db06 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_vm_type_wrong_in_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/external_network_vm_type_wrong_in_parameter.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_network_role_wrong_in_parameter.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_network_role_wrong_in_parameter.yaml
index 9eebf55..e462fb5 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_network_role_wrong_in_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_network_role_wrong_in_parameter.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_vm_type_wrong_in_parameter.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_vm_type_wrong_in_parameter.yaml
index 09c9ac9..dc92556 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_vm_type_wrong_in_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/internal_network_vm_type_wrong_in_parameter.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_exernal_nova_server.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_exernal_nova_server.yaml
index baeeb56..56b2440 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_exernal_nova_server.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_exernal_nova_server.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_internal_nova_server.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_internal_nova_server.yaml
index a3dc04f..40724f4 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_internal_nova_server.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/fail/mismatch_vm_type_internal_nova_server.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml
index e219ab4..58444b3 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pairs_include_vm_type_network_role/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_availability_zone/fail/missing_increment.yaml b/ice_validator/tests/fixtures/test_availability_zone/fail/missing_increment.yaml
index e1e05e8..2d12562 100644
--- a/ice_validator/tests/fixtures/test_availability_zone/fail/missing_increment.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone/fail/missing_increment.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone/fail/not_starting_with_availability_zone.yaml b/ice_validator/tests/fixtures/test_availability_zone/fail/not_starting_with_availability_zone.yaml
index 4d12f76..7e74ea2 100644
--- a/ice_validator/tests/fixtures/test_availability_zone/fail/not_starting_with_availability_zone.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone/fail/not_starting_with_availability_zone.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone/fail/using_a_non_digit_increment.yaml b/ice_validator/tests/fixtures/test_availability_zone/fail/using_a_non_digit_increment.yaml
index 1a2be4a..4a59dc1 100644
--- a/ice_validator/tests/fixtures/test_availability_zone/fail/using_a_non_digit_increment.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone/fail/using_a_non_digit_increment.yaml
@@ -16,7 +16,6 @@
# limitations under the License.
# ============LICENSE_END=========================================================
#
-# ECOMP and OpenECOMP are trademarks
# and service marks of AT&T Intellectual Property.
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone/fail/using_list_instead_of_get_param.yaml b/ice_validator/tests/fixtures/test_availability_zone/fail/using_list_instead_of_get_param.yaml
index ab743e3..45ae89f 100644
--- a/ice_validator/tests/fixtures/test_availability_zone/fail/using_list_instead_of_get_param.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone/fail/using_list_instead_of_get_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_availability_zone/pass/valid_heat_template.yaml
index fa3cabd..b915a1c 100644
--- a/ice_validator/tests/fixtures/test_availability_zone/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/not_using_get_param.yaml b/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/not_using_get_param.yaml
index 4016bb9..8872761 100644
--- a/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/not_using_get_param.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/not_using_get_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/only_specifying_param.yaml b/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/only_specifying_param.yaml
index c2dbb03..5ff8273 100644
--- a/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/only_specifying_param.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone_get_param/fail/only_specifying_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone_get_param/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_availability_zone_get_param/pass/valid_heat_template.yaml
index fa3cabd..b915a1c 100644
--- a/ice_validator/tests/fixtures/test_availability_zone_get_param/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone_get_param/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/fail/fail.yaml b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/fail/fail.yaml
index a6c00c3..a0fcac6 100644
--- a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/fail/fail.yaml
@@ -52,4 +52,4 @@ parameters:
resources:
vm1_server_0:
- type: nested.yaml \ No newline at end of file
+ type: nested.yaml
diff --git a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/pass.yaml b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/pass.yaml
index 100376b..a729da4 100644
--- a/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_availability_zone_params_start_at_0/pass/pass.yaml
@@ -52,4 +52,4 @@ parameters:
resources:
vm1_server_0:
- type: nested.yaml \ No newline at end of file
+ type: nested.yaml
diff --git a/ice_validator/tests/fixtures/test_base_template_names/fail/failing_directory/check_cant_fail.yaml b/ice_validator/tests/fixtures/test_base_template_names/fail/failing_directory/check_cant_fail.yaml
index 24b4c8f..ac42973 100644
--- a/ice_validator/tests/fixtures/test_base_template_names/fail/failing_directory/check_cant_fail.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_names/fail/failing_directory/check_cant_fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description:
@@ -54,4 +53,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_1/base_well_named.yaml b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_1/base_well_named.yaml
index 24b4c8f..ac42973 100644
--- a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_1/base_well_named.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_1/base_well_named.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description:
@@ -54,4 +53,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_2/well_base_named.yaml b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_2/well_base_named.yaml
index 24b4c8f..ac42973 100644
--- a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_2/well_base_named.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_2/well_base_named.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description:
@@ -54,4 +53,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_3/well_named_base.yaml b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_3/well_named_base.yaml
index 24b4c8f..ac42973 100644
--- a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_3/well_named_base.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_3/well_named_base.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description:
@@ -54,4 +53,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml
index 24b4c8f..ac42973 100644
--- a/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_names/pass/base_well_named_4/base.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description:
@@ -54,4 +53,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/base_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/base_template.yaml
index 939eebe..155a365 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/base_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/base_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -97,4 +96,4 @@ outputs:
value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] }
oam_management_v6_address:
- value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] } \ No newline at end of file
+ value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_1_template_missing_output_consumption.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_1_template_missing_output_consumption.yaml
index c9ff048..3e9910e 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_1_template_missing_output_consumption.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_1_template_missing_output_consumption.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -85,4 +84,4 @@ resources:
vnf_id: { get_param: vnf_id }
vf_module_id: { get_param: vf_module_id }
networks:
- - network: { get_param: oam_net_id } \ No newline at end of file
+ - network: { get_param: oam_net_id }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_child_1_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_child_1_template.yaml
index af26b98..3aa50c8 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_child_1_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_child_1_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -85,4 +84,4 @@ resources:
vnf_id: { get_param: vnf_id }
vf_module_id: { get_param: vf_module_id }
networks:
- - network: { get_param: oam_net_id } \ No newline at end of file
+ - network: { get_param: oam_net_id }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_template_missing_output_consumption.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_template_missing_output_consumption.yaml
index 753dbb9..2d317c8 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_template_missing_output_consumption.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/fail/module_2_template_missing_output_consumption.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -88,4 +87,4 @@ resources:
- network: { get_param: oam_net_id }
admin_server_3:
- type: module_2_child_1_template.yaml \ No newline at end of file
+ type: module_2_child_1_template.yaml
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/base_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/base_template.yaml
index 939eebe..155a365 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/base_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/base_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -97,4 +96,4 @@ outputs:
value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] }
oam_management_v6_address:
- value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] } \ No newline at end of file
+ value: {get_attr: [admin_server, networks, { get_param: oam_net_id }, 0] }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_1_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_1_template.yaml
index c9ff048..3e9910e 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_1_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_1_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -85,4 +84,4 @@ resources:
vnf_id: { get_param: vnf_id }
vf_module_id: { get_param: vf_module_id }
networks:
- - network: { get_param: oam_net_id } \ No newline at end of file
+ - network: { get_param: oam_net_id }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_child_1_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_child_1_template.yaml
index af26b98..3aa50c8 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_child_1_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_child_1_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -85,4 +84,4 @@ resources:
vnf_id: { get_param: vnf_id }
vf_module_id: { get_param: vf_module_id }
networks:
- - network: { get_param: oam_net_id } \ No newline at end of file
+ - network: { get_param: oam_net_id }
diff --git a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_template.yaml b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_template.yaml
index 473759a..0d69cdf 100644
--- a/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_template.yaml
+++ b/ice_validator/tests/fixtures/test_base_template_outputs_consumed/pass/module_2_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -92,4 +91,4 @@ resources:
- network: { get_param: oam_net_id }
admin_server_3:
- type: module_2_child_1_template.yaml \ No newline at end of file
+ type: module_2_child_1_template.yaml
diff --git a/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail0.yaml
index a95a7e9..fc56e89 100644
--- a/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail1.yaml b/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail1.yaml
index ba9c0bd..6ff3ee8 100644
--- a/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_cloud_config_resource_id/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_cloud_config_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_cloud_config_resource_id/pass/pass0.yaml
index 6644531..cb52921 100644
--- a/ice_validator/tests/fixtures/test_cloud_config_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_cloud_config_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail0.yaml
index 6d410e9..8548502 100644
--- a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail1.yaml b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail1.yaml
index 8e1aa10..65abbc6 100644
--- a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail2.yaml b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail2.yaml
index 7254540..11f9400 100644
--- a/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail2.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_fqdn/fail/fail2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml
index 311fb21..81faeb2 100644
--- a/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/fail/fail0.yaml
index 0df9a0b..a5f5e16 100644
--- a/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/pass/pass0.yaml
index b0f10b0..55f7fb5 100644
--- a/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_instance_ip_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_irt_routes/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_irt_routes/fail/fail0.yaml
index 2145f3c..49f66e9 100644
--- a/ice_validator/tests/fixtures/test_contrail_irt_routes/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_irt_routes/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_irt_routes/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_irt_routes/pass/pass0.yaml
index 34569f5..7ab6f80 100644
--- a/ice_validator/tests/fixtures/test_contrail_irt_routes/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_irt_routes/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_resource_id/fail/fail0.yaml
index 2bee0c5..9bd9698 100644
--- a/ice_validator/tests/fixtures/test_contrail_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_resource_id/pass/pass0.yaml
index c6d6324..9cb29c9 100644
--- a/ice_validator/tests/fixtures/test_contrail_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/fail/fail0.yaml
index 7ee0ec6..3ab29e7 100644
--- a/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/pass/pass0.yaml
index b8346cb..ae2d45d 100644
--- a/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_vmi_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/fail/fail0.yaml
index 0eabf87..ffde5df 100644
--- a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml
index 5d6c06e..50d1911 100644
--- a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_lon.yaml b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_lon.yaml
index eb4b25b..f33e461 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_lon.yaml
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_lon.yaml
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
b:
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_long.env b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_long.env
index 624cf60..5c44cb8 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_long.env
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_long.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
b: 2
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_shor.env b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_shor.env
index 624cf60..5c44cb8 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_shor.env
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_shor.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
b: 2
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_short.yaml b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_short.yaml
index eb4b25b..f33e461 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_short.yaml
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/match_environment_filename_slightly_short.yaml
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
b:
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/no_match_environment_filename.env b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/no_match_environment_filename.env
index 624cf60..5c44cb8 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/no_match_environment_filename.env
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/fail/no_match/no_match_environment_filename.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
b: 2
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.env b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.env
index 1bcc01c..64811c4 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.env
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
b: 2
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.yaml b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.yaml
index eb4b25b..f33e461 100644
--- a/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.yaml
+++ b/ice_validator/tests/fixtures/test_env_and_yaml_same_name/pass/good_matches/good_yaml_eg.yaml
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
b:
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template.yaml b/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template.yaml
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template.yaml
+++ b/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template_env.yaml b/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template_env.yaml
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template_env.yaml
+++ b/ice_validator/tests/fixtures/test_env_files_provided/fail/base_template_env.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.env b/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.env
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.env
+++ b/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.yaml b/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.yaml
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.yaml
+++ b/ice_validator/tests/fixtures/test_env_files_provided/pass/base_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_env_no_resource_registry/fail/bad.env b/ice_validator/tests/fixtures/test_env_no_resource_registry/fail/bad.env
index 2802d00..23ce02d 100644
--- a/ice_validator/tests/fixtures/test_env_no_resource_registry/fail/bad.env
+++ b/ice_validator/tests/fixtures/test_env_no_resource_registry/fail/bad.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_env_no_resource_registry/pass/good.env b/ice_validator/tests/fixtures/test_env_no_resource_registry/pass/good.env
index 559e32d..d20bf55 100644
--- a/ice_validator/tests/fixtures/test_env_no_resource_registry/pass/good.env
+++ b/ice_validator/tests/fixtures/test_env_no_resource_registry/pass/good.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.env b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.env
index 4d1f3a4..a5605dd 100644
--- a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.env
+++ b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.env
@@ -35,9 +35,8 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
test123: nsdafjk
- bad: ndfaskl \ No newline at end of file
+ bad: ndfaskl
diff --git a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.yaml b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.yaml
index bb46456..c75f2a0 100644
--- a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/fail/fail.yaml
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
test123:
type: string
- description: ndasfjlansl \ No newline at end of file
+ description: ndasfjlansl
diff --git a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.env b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.env
index c6b67b6..966f5ca 100644
--- a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.env
+++ b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.env
@@ -35,8 +35,7 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
- test123: nsdafjk \ No newline at end of file
+ test123: nsdafjk
diff --git a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.yaml b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.yaml
index bb46456..c75f2a0 100644
--- a/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_env_parameters_defined_in_template/pass/pass.yaml
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
test123:
type: string
- description: ndasfjlansl \ No newline at end of file
+ description: ndasfjlansl
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml
index 0f15cfa..45e0edb 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
@@ -120,4 +119,4 @@ resources:
outputs:
test_value:
- value: { get_param: my_nested_parameter } \ No newline at end of file
+ value: { get_param: my_nested_parameter }
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.env b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.env
index 19ab746..1092685 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.env
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.yaml
index efe09bb..8ee4182 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml
index 89077ac..865a327 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
@@ -59,4 +58,4 @@ resources:
outputs:
test_value:
- value: { get_param: my_nested_parameter } \ No newline at end of file
+ value: { get_param: my_nested_parameter }
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.env b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.env
index 3879ffa..ec42bbc 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.env
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
parameters:
@@ -100,4 +99,4 @@ parameters:
stark_rg_count: najsf
- my_nested_parameter: nasjlf \ No newline at end of file
+ my_nested_parameter: nasjlf
diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.yaml
index 8099410..72ed539 100644
--- a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env
index 3624291..dd0f838 100644
--- a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env
+++ b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -60,4 +59,4 @@ parameter_merge_strategies:
param2: deep_merge
dummy_section:
- dummy_key: "" \ No newline at end of file
+ dummy_key: ""
diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env
index eb4b25b..f33e461 100644
--- a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env
+++ b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
b:
c: 3
- d: 4 \ No newline at end of file
+ d: 4
diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env b/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env
+++ b/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/parent.yaml b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/parent.yaml
index d1e1b9c..fc02f99 100644
--- a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/parent.yaml
+++ b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/parent.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/testvm.yaml b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/testvm.yaml
index ffb4e39..5775f10 100644
--- a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/testvm.yaml
+++ b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/fail/testvm.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
@@ -47,4 +46,4 @@ resources:
properties:
name: { get_param: testvm_name_0 }
flavor: { get_param: testvm_flavor_name}
- image: { get_param: testvm_image_name} \ No newline at end of file
+ image: { get_param: testvm_image_name}
diff --git a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/pass/test_vm.yaml b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/pass/test_vm.yaml
index e54ad54..e9c439a 100644
--- a/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/pass/test_vm.yaml
+++ b/ice_validator/tests/fixtures/test_filename_is_vmtype_dot_yaml/pass/test_vm.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format/fail/invalid_naming_for_fixed_ips.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format/fail/invalid_naming_for_fixed_ips.yaml
index 3f8e6ad..3c1f79d 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format/fail/invalid_naming_for_fixed_ips.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format/fail/invalid_naming_for_fixed_ips.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
network: { get_param: extnet_net_id }
fixed_ips:
- subnet_id: { get_param: extnet_subnet_id }
- - subnet_id: { get_param: extnet_v6_subnet_id } \ No newline at end of file
+ - subnet_id: { get_param: extnet_v6_subnet_id }
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml
index 248fcf3..7e82c94 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_param_not_used_for_fixed_ips.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_param_not_used_for_fixed_ips.yaml
index c7e5a65..58d1e0a 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_param_not_used_for_fixed_ips.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_param_not_used_for_fixed_ips.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
network: { get_param: extnet_net_id }
fixed_ips:
- subnet_id: { get_param: extnet_subnet_id }
- - subnet_id: { get_param: extnet_v6_subnet_id } \ No newline at end of file
+ - subnet_id: { get_param: extnet_v6_subnet_id }
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_resource_used_for_fixed_ips.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_resource_used_for_fixed_ips.yaml
index 5bf166f..b008f51 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_resource_used_for_fixed_ips.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/fail/get_resource_used_for_fixed_ips.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
network: { get_param: extnet_net_id }
fixed_ips:
- subnet_id: { get_param: extnet_subnet_id }
- - subnet_id: { get_param: extnet_v6_subnet_id } \ No newline at end of file
+ - subnet_id: { get_param: extnet_v6_subnet_id }
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
index abc01f6..e6b90e0 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -103,4 +102,4 @@ resources:
properties:
network: { get_param: network_role_a_net_id }
fixed_ips:
- - ip_address : { get_param: vm_type_1_network_role_a_floating_v6_ip } \ No newline at end of file
+ - ip_address : { get_param: vm_type_1_network_role_a_floating_v6_ip }
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_mismatch_vm_type_nova_server.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_mismatch_vm_type_nova_server.yaml
index 98b02e0..b3ed228 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_mismatch_vm_type_nova_server.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_mismatch_vm_type_nova_server.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_network_role_param.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_network_role_param.yaml
index 16326e1..7abd9d3 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_network_role_param.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_network_role_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_vm_type_param.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_vm_type_param.yaml
index 3445bd4..2ec72e6 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_vm_type_param.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/external_wrong_vm_type_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_mismatch_vm_type_nova_server.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_mismatch_vm_type_nova_server.yaml
index a240d0b..7fb9880 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_mismatch_vm_type_nova_server.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_mismatch_vm_type_nova_server.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_network_role_param.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_network_role_param.yaml
index 72a83e1..c71ee0d 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_network_role_param.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_network_role_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_vm_type_param.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_vm_type_param.yaml
index 62932af..99860e8 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_vm_type_param.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/fail/internal_wrong_vm_type_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
index 8bb53ac..88d06f2 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_forbidden_resources/fail/fail1.yaml b/ice_validator/tests/fixtures/test_forbidden_resources/fail/fail1.yaml
index 7ae4c65..ff76c00 100644
--- a/ice_validator/tests/fixtures/test_forbidden_resources/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_forbidden_resources/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_forbidden_resources/pass/pass0.yaml b/ice_validator/tests/fixtures/test_forbidden_resources/pass/pass0.yaml
index a73de94..04919c3 100644
--- a/ice_validator/tests/fixtures/test_forbidden_resources/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_forbidden_resources/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_get_attr_usage/fail/fail_get_attr.yaml b/ice_validator/tests/fixtures/test_get_attr_usage/fail/fail_get_attr.yaml
index 3bbf508..6a5934f 100644
--- a/ice_validator/tests/fixtures/test_get_attr_usage/fail/fail_get_attr.yaml
+++ b/ice_validator/tests/fixtures/test_get_attr_usage/fail/fail_get_attr.yaml
@@ -57,4 +57,4 @@ outputs:
nested_instance_ip:
description: The IP address of the deployed instance
- value: { get_attr: [nested_instance, nested_instance_ip2] } \ No newline at end of file
+ value: { get_attr: [nested_instance, nested_instance_ip2] }
diff --git a/ice_validator/tests/fixtures/test_get_attr_usage/fail/nested.yaml b/ice_validator/tests/fixtures/test_get_attr_usage/fail/nested.yaml
index 9de7aab..a3a2cf5 100644
--- a/ice_validator/tests/fixtures/test_get_attr_usage/fail/nested.yaml
+++ b/ice_validator/tests/fixtures/test_get_attr_usage/fail/nested.yaml
@@ -51,4 +51,4 @@ outputs:
nested_instance_ip:
description: The IP address of the deployed instance
- value: { get_attr: [nested_instance2, first_address] } \ No newline at end of file
+ value: { get_attr: [nested_instance2, first_address] }
diff --git a/ice_validator/tests/fixtures/test_get_attr_usage/pass/nested.yaml b/ice_validator/tests/fixtures/test_get_attr_usage/pass/nested.yaml
index cbd9234..4dfd285 100644
--- a/ice_validator/tests/fixtures/test_get_attr_usage/pass/nested.yaml
+++ b/ice_validator/tests/fixtures/test_get_attr_usage/pass/nested.yaml
@@ -51,4 +51,4 @@ outputs:
nested_instance_ip:
description: The IP address of the deployed instance
- value: { get_attr: [nested_instance, first_address] } \ No newline at end of file
+ value: { get_attr: [nested_instance, first_address] }
diff --git a/ice_validator/tests/fixtures/test_get_attr_usage/pass/pass_get_attr.yaml b/ice_validator/tests/fixtures/test_get_attr_usage/pass/pass_get_attr.yaml
index ac26e2b..dad1c75 100644
--- a/ice_validator/tests/fixtures/test_get_attr_usage/pass/pass_get_attr.yaml
+++ b/ice_validator/tests/fixtures/test_get_attr_usage/pass/pass_get_attr.yaml
@@ -57,4 +57,4 @@ outputs:
nested_instance_ip:
description: The IP address of the deployed instance
- value: { get_attr: [nested_instance, nested_instance_ip] } \ No newline at end of file
+ value: { get_attr: [nested_instance, nested_instance_ip] }
diff --git a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/personality_contains_http.yaml b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/personality_contains_http.yaml
index d03a811..924c880 100644
--- a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/personality_contains_http.yaml
+++ b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/personality_contains_http.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_ftp.yaml b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_ftp.yaml
index ed2c52b..c790da3 100644
--- a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_ftp.yaml
+++ b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_ftp.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_http.yaml b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_http.yaml
index 7333299..fc037e4 100644
--- a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_http.yaml
+++ b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/fail/user_data_contains_http.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/pass/valid_template.yaml
index 0f5dcb6..dd3b8ee 100644
--- a/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_get_file_only_reference_local_files/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_heat_numeric_parameters/fail/parameter_numeric_value_missing_constraints.yaml b/ice_validator/tests/fixtures/test_heat_numeric_parameters/fail/parameter_numeric_value_missing_constraints.yaml
index 1e3054d..c510014 100644
--- a/ice_validator/tests/fixtures/test_heat_numeric_parameters/fail/parameter_numeric_value_missing_constraints.yaml
+++ b/ice_validator/tests/fixtures/test_heat_numeric_parameters/fail/parameter_numeric_value_missing_constraints.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -43,4 +42,4 @@ parameters:
type: number
label: human-readable name of the parameter
description: description of the parameter
- default: "default" \ No newline at end of file
+ default: "default"
diff --git a/ice_validator/tests/fixtures/test_heat_numeric_parameters/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_heat_numeric_parameters/pass/valid_heat_template.yaml
index 0e5ff3d..7591d37 100644
--- a/ice_validator/tests/fixtures/test_heat_numeric_parameters/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_numeric_parameters/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -74,4 +73,4 @@ parameters:
e:
type: boolean
label: human-readable name of the parameter
- description: description of the parameter \ No newline at end of file
+ description: description of the parameter
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/env_missing_yaml.env b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/env_missing_yaml.env
index 28734f2..04dccf5 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/env_missing_yaml.env
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/env_missing_yaml.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vnf_name: value
vnf_id: value
- vf_module_id: value \ No newline at end of file
+ vf_module_id: value
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pair.yaml b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pair.yaml
index 6d9e846..a8fb506 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pair.yaml
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pair.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pairr.env b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pairr.env
index 28734f2..04dccf5 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pairr.env
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/misnamed_pairr.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vnf_name: value
vnf_id: value
- vf_module_id: value \ No newline at end of file
+ vf_module_id: value
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/yaml_missing_env.yaml b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/yaml_missing_env.yaml
index 6d9e846..a8fb506 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/yaml_missing_env.yaml
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/fail/yaml_missing_env.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.env b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.env
index 28734f2..04dccf5 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.env
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vnf_name: value
vnf_id: value
- vf_module_id: value \ No newline at end of file
+ vf_module_id: value
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.yaml b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.yaml
index 6d9e846..a8fb506 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.yaml
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.env b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.env
index 803cd04..0fb6cbd 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.env
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vmtype_0_volume_name_0: name
vmtype_0_volume_type_0: SSD
- vmtype_0_volume_name_0: 3 \ No newline at end of file
+ vmtype_0_volume_name_0: 3
diff --git a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.yaml b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.yaml
index b8d90cc..264d038 100644
--- a/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.yaml
+++ b/ice_validator/tests/fixtures/test_heat_pairs_provided/pass/good_yaml_eg_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -63,4 +62,4 @@ resources:
outputs:
vmtype_0_volume_id_0:
- value: { get_resource: vmtype_0_volume_0} \ No newline at end of file
+ value: { get_resource: vmtype_0_volume_0}
diff --git a/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_default_value_specified.yaml b/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_default_value_specified.yaml
index cd2a398..ea298f7 100644
--- a/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_default_value_specified.yaml
+++ b/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_default_value_specified.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_invalid_keys.yaml b/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_invalid_keys.yaml
index 8fc93b0..bdf16e6 100644
--- a/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_invalid_keys.yaml
+++ b/ice_validator/tests/fixtures/test_heat_parameter_section/fail/parameter_invalid_keys.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_heat_parameter_section/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_heat_parameter_section/pass/valid_heat_template.yaml
index 0e5ff3d..7591d37 100644
--- a/ice_validator/tests/fixtures/test_heat_parameter_section/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_parameter_section/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -74,4 +73,4 @@ parameters:
e:
type: boolean
label: human-readable name of the parameter
- description: description of the parameter \ No newline at end of file
+ description: description of the parameter
diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env
+++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env
+++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml
index e1e864c..ee4c777 100644
--- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml
+++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2 \ No newline at end of file
+ - cd2
diff --git a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_description.yaml b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_description.yaml
index 8441131..6797e1c 100644
--- a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_description.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_description.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -73,4 +72,4 @@ parameters:
e:
type: boolean
label: human-readable name of the parameter
- description: description of the parameter \ No newline at end of file
+ description: description of the parameter
diff --git a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_type.yaml b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_type.yaml
index 970c22d..6f43cfb 100644
--- a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_type.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/fail/template_missing_type.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -73,4 +72,4 @@ parameters:
e:
type: boolean
label: human-readable name of the parameter
- description: description of the parameter \ No newline at end of file
+ description: description of the parameter
diff --git a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/pass/valid_template.yaml
index 0e5ff3d..7591d37 100644
--- a/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_parameters_contain_required_fields/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -74,4 +73,4 @@ parameters:
e:
type: boolean
label: human-readable name of the parameter
- description: description of the parameter \ No newline at end of file
+ description: description of the parameter
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml
index 8790b63..4a3313f 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -60,4 +59,4 @@ parameter_merge_strategies:
param2: deep_merge
dummy_section:
- dummy_section: "dummy_value" \ No newline at end of file
+ dummy_section: "dummy_value"
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml
index 8790b63..4a3313f 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -60,4 +59,4 @@ parameter_merge_strategies:
param2: deep_merge
dummy_section:
- dummy_section: "dummy_value" \ No newline at end of file
+ dummy_section: "dummy_value"
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml
index b7bfac1..7ca0e39 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml
@@ -35,9 +35,8 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
b: 1
c: "example"
-d: 100 \ No newline at end of file
+d: 100
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml
index e1e864c..ee4c777 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2 \ No newline at end of file
+ - cd2
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml
index 725e0ae..668884c 100644
--- a/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -62,4 +61,4 @@ resources:
properties:
key_name: my_key
image: F18-x86_64-cfntools
- flavor: m1.small \ No newline at end of file
+ flavor: m1.small
diff --git a/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.env b/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.env
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.env
+++ b/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.template b/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.template
index 07a5251..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.template
+++ b/ice_validator/tests/fixtures/test_heat_templates_provided/fail/base_template.template
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.env b/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.env
index a9e6f1a..b435138 100644
--- a/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.env
+++ b/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.env
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -57,4 +56,4 @@ event_sinks:
parameter_merge_strategies:
default: merge
param1: overwrite
- param2: deep_merge \ No newline at end of file
+ param2: deep_merge
diff --git a/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.yaml b/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.yaml
index 215e406..8c401da 100644
--- a/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.yaml
+++ b/ice_validator/tests/fixtures/test_heat_templates_provided/pass/base_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -111,4 +110,4 @@ conditions:
cd8:
and:
- cd1
- - cd2a \ No newline at end of file
+ - cd2a
diff --git a/ice_validator/tests/fixtures/test_initial_configuration/fail/fail.yaml b/ice_validator/tests/fixtures/test_initial_configuration/fail/fail.yaml
index d37fa18..1867491 100644
--- a/ice_validator/tests/fixtures/test_initial_configuration/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_initial_configuration/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
diff --git a/ice_validator/tests/fixtures/test_initial_configuration/pass/good_yaml_eg.yaml b/ice_validator/tests/fixtures/test_initial_configuration/pass/good_yaml_eg.yaml
index 25ec0b3..60c5029 100644
--- a/ice_validator/tests/fixtures/test_initial_configuration/pass/good_yaml_eg.yaml
+++ b/ice_validator/tests/fixtures/test_initial_configuration/pass/good_yaml_eg.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/fail/fail.yaml b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/fail/fail.yaml
index 762b9b6..773faac 100644
--- a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/fail/fail.yaml
@@ -58,4 +58,4 @@ parameters:
vm1_nr1_v6_ip_2:
type: string
label: Key Name
- description: Name of key-pair to be used for compute instance \ No newline at end of file
+ description: Name of key-pair to be used for compute instance
diff --git a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/pass.yaml b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/pass.yaml
index b03162b..22936aa 100644
--- a/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_ip_parameters_start_at_0/pass/pass.yaml
@@ -58,4 +58,4 @@ parameters:
vm1_nr1_v6_ip_1:
type: string
label: Key Name
- description: Name of key-pair to be used for compute instance \ No newline at end of file
+ description: Name of key-pair to be used for compute instance
diff --git a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail0.yaml
index d21e27c..9c707a6 100644
--- a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail1.yaml b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail1.yaml
index 1486586..bb0b2c2 100644
--- a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/pass/pass0.yaml
index 0d4bb8b..7e0ca1e 100644
--- a/ice_validator/tests/fixtures/test_multipart_mime_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_multipart_mime_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameter_args/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nested_parameter_args/fail/fail0.yaml
index 7f9c76c..0d25822 100644
--- a/ice_validator/tests/fixtures/test_nested_parameter_args/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameter_args/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml b/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml
index 3a27e99..e9bed41 100644
--- a/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameter_args/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
index 3785474..db70d14 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/fail/nested_template_bad.yaml b/ice_validator/tests/fixtures/test_nested_parameters/fail/nested_template_bad.yaml
index 9271e4b..068afb8 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/fail/nested_template_bad.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/fail/nested_template_bad.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml b/ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml
index fe5aa59..0d4755b 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_1.yaml b/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_1.yaml
index 5f2732f..5b626a2 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_1.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_good.yaml b/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_good.yaml
index 5f2732f..5b626a2 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_good.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/pass/nested_template_good.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_template_parameters/fail/bad-heat_template.yaml b/ice_validator/tests/fixtures/test_nested_template_parameters/fail/bad-heat_template.yaml
index e948fb0..3759031 100644
--- a/ice_validator/tests/fixtures/test_nested_template_parameters/fail/bad-heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_template_parameters/fail/bad-heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.1'
diff --git a/ice_validator/tests/fixtures/test_nested_template_parameters/pass/heat_template.yaml b/ice_validator/tests/fixtures/test_nested_template_parameters/pass/heat_template.yaml
index 315eec4..63e54cf 100644
--- a/ice_validator/tests/fixtures/test_nested_template_parameters/pass/heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_template_parameters/pass/heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.2'
diff --git a/ice_validator/tests/fixtures/test_nested_template_parameters/pass/nested_template_1.yaml b/ice_validator/tests/fixtures/test_nested_template_parameters/pass/nested_template_1.yaml
index 87b03a0..3c8d062 100644
--- a/ice_validator/tests/fixtures/test_nested_template_parameters/pass/nested_template_1.yaml
+++ b/ice_validator/tests/fixtures/test_nested_template_parameters/pass/nested_template_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/fail/heat_template_invalid_nesting.yaml b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/fail/heat_template_invalid_nesting.yaml
index c79a5e3..5371834 100644
--- a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/fail/heat_template_invalid_nesting.yaml
+++ b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/fail/heat_template_invalid_nesting.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
nested_template_description: base
@@ -67,4 +66,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_1.yaml b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_1.yaml
index cb8e4a9..96091ca 100644
--- a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_1.yaml
+++ b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -56,4 +55,4 @@ resources:
type: OS::Nova::Server
properties:
image: myimage
- flavor: m1.small \ No newline at end of file
+ flavor: m1.small
diff --git a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_2.yaml b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_2.yaml
index cb8e4a9..96091ca 100644
--- a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_2.yaml
+++ b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/nested_template_2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -56,4 +55,4 @@ resources:
type: OS::Nova::Server
properties:
image: myimage
- flavor: m1.small \ No newline at end of file
+ flavor: m1.small
diff --git a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_nested_heat_template.yaml b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_nested_heat_template.yaml
index b9a0e62..ce70429 100644
--- a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_nested_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_nested_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
description: base
@@ -59,4 +58,4 @@ resources:
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}
diff --git a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_non_nested_template.yaml b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_non_nested_template.yaml
index d6ce213..3ec2bac 100644
--- a/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_non_nested_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_templates_invalid_nesting/pass/valid_non_nested_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level0.yaml b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level0.yaml
index 42971ee..3e93c1a 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level0.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level1.yaml b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level1.yaml
index 9bd513d..e30d89e 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level1.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level2.yaml b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level2.yaml
index 242a0d7..7f56a12 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level2.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level3.yaml b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level3.yaml
index bc762d7..bdd6131 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level3.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/fail/bad-level3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/pass/level0.yaml b/ice_validator/tests/fixtures/test_nesting_level/pass/level0.yaml
index da8815c..669cce7 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/pass/level0.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/pass/level0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/pass/level1.yaml b/ice_validator/tests/fixtures/test_nesting_level/pass/level1.yaml
index f51772f..1ca1659 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/pass/level1.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/pass/level1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.1'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/pass/level2.yaml b/ice_validator/tests/fixtures/test_nesting_level/pass/level2.yaml
index 5d21ad8..c2f109d 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/pass/level2.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/pass/level2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.1'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_level/pass/level3.yaml b/ice_validator/tests/fixtures/test_nesting_level/pass/level3.yaml
index bc762d7..bdd6131 100644
--- a/ice_validator/tests/fixtures/test_nesting_level/pass/level3.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_level/pass/level3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_0.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_0.yaml
index 7485297..c5ab87c 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_0.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_1.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_1.yaml
index 4e79ff3..c00e1e3 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_1.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.1'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_2.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_2.yaml
index 172bb2c..7dd2f64 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_2.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/fail/bad-17528_2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.1'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_0.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_0.yaml
index 4483411..95d0b77 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_0.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_1.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_1.yaml
index 66e9c04..3e2546f 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_1.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_2.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_2.yaml
index 00ab275..1d17164 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_2.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_3.yaml b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_3.yaml
index 5e7dd2d..a38fd9c 100644
--- a/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_3.yaml
+++ b/ice_validator/tests/fixtures/test_nesting_nova_server/pass/17528_3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
---
diff --git a/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml b/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
index 7351826..2854c0c 100644
--- a/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
+++ b/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
index 136e27b..8755077 100644
--- a/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_param_not_used_for_network.yaml b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_param_not_used_for_network.yaml
index 56976d8..ecb500e 100644
--- a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_param_not_used_for_network.yaml
+++ b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_param_not_used_for_network.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -73,4 +72,4 @@ resources:
vm_type_0_int_network_0_port:
type: OS::Neutron::Port
properties:
- network: { get_resource: int_network } \ No newline at end of file
+ network: { get_resource: int_network }
diff --git a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_resource_used_for_external_network.yaml b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_resource_used_for_external_network.yaml
index 7344d16..8268b66 100644
--- a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_resource_used_for_external_network.yaml
+++ b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/fail/get_resource_used_for_external_network.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -62,4 +61,4 @@ resources:
vm_type_0_extnet_0_port:
type: OS::Neutron::Port
properties:
- network: { get_resource: extnet_net_id } \ No newline at end of file
+ network: { get_resource: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/pass/valid_heat_template.yaml
index 6c8b69d..eb4c8f2 100644
--- a/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_network_format_use_get_param_or_get_resource/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -73,4 +72,4 @@ resources:
vm_type_0_int_network_0_port:
type: OS::Neutron::Port
properties:
- network: { get_resource: int_network } \ No newline at end of file
+ network: { get_resource: int_network }
diff --git a/ice_validator/tests/fixtures/test_neutron_net_resource_id/fail/fail.yaml b/ice_validator/tests/fixtures/test_neutron_net_resource_id/fail/fail.yaml
index b95e5d6..079973e 100644
--- a/ice_validator/tests/fixtures/test_neutron_net_resource_id/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_net_resource_id/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_net_resource_id/pass/pass.yaml b/ice_validator/tests/fixtures/test_neutron_net_resource_id/pass/pass.yaml
index 2b0049a..e561b25 100644
--- a/ice_validator/tests/fixtures/test_neutron_net_resource_id/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_net_resource_id/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail0.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail0.yaml
index 3237293..836a45d 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail1.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail1.yaml
index de3c46f..3a56ce7 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail2.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail2.yaml
index 6d3cc82..7a4dbfd 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail2.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail3.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail3.yaml
index 521136a..b6c2c6c 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail3.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/fail3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/other0.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/other0.yaml
index e690ea3..09ca85e 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/other0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/fail/other0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/other0.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/other0.yaml
index cc9d315..e7fa71f 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/other0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/other0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/pass0.yaml b/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/pass0.yaml
index 07711cd..3dcc8fa 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_addresses/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail0.yaml b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail0.yaml
index d5756f3..8ca5cec 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail1.yaml b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail1.yaml
index 29b20fe..58c75bb 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0.yaml b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0.yaml
index c26c0a8..2a651b1 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0_base.yaml b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0_base.yaml
index a73de94..04919c3 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0_base.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_fixed_ips/pass/pass0_base.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0.yaml
index 85d0524..2309104 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0_base.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0_base.yaml
index 4fa9c0b..0a2af73 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0_base.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/fail/fail0_base.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml
index 85d0524..2309104 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
index 464ea71..797396c 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml b/ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml
index 8fa5a80..126ab00 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_neutron_port_network_parameter/pass/pass.yaml b/ice_validator/tests/fixtures/test_neutron_port_network_parameter/pass/pass.yaml
index 88f5502..a43e6ee 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_network_parameter/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_network_parameter/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_no_http_resources/fail/fail.yaml b/ice_validator/tests/fixtures/test_no_http_resources/fail/fail.yaml
index 7bf50af..71e07bc 100644
--- a/ice_validator/tests/fixtures/test_no_http_resources/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_no_http_resources/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_no_http_resources/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_no_http_resources/pass/valid_template.yaml
index 0f5dcb6..dd3b8ee 100644
--- a/ice_validator/tests/fixtures/test_no_http_resources/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_no_http_resources/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -91,4 +90,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_no_image_files/fail/pass.sh b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.sh
index 1227b1f..60ba25a 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/fail/pass.sh
+++ b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.sh
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-echo "test" \ No newline at end of file
+echo "test"
diff --git a/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
index 88f5502..a43e6ee 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
+++ b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_no_image_files/fail/settings b/ice_validator/tests/fixtures/test_no_image_files/fail/settings
index ad78c6f..4a9a527 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/fail/settings
+++ b/ice_validator/tests/fixtures/test_no_image_files/fail/settings
@@ -1 +1 @@
-test=one \ No newline at end of file
+test=one
diff --git a/ice_validator/tests/fixtures/test_no_image_files/pass/pass.sh b/ice_validator/tests/fixtures/test_no_image_files/pass/pass.sh
index 1227b1f..60ba25a 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/pass/pass.sh
+++ b/ice_validator/tests/fixtures/test_no_image_files/pass/pass.sh
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-echo "test" \ No newline at end of file
+echo "test"
diff --git a/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml b/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml
index 88f5502..a43e6ee 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_no_image_files/pass/settings b/ice_validator/tests/fixtures/test_no_image_files/pass/settings
index 736231c..0d8100f 100644
--- a/ice_validator/tests/fixtures/test_no_image_files/pass/settings
+++ b/ice_validator/tests/fixtures/test_no_image_files/pass/settings
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-test=one \ No newline at end of file
+test=one
diff --git a/ice_validator/tests/fixtures/test_non_server_name/fail/fail0.yaml b/ice_validator/tests/fixtures/test_non_server_name/fail/fail0.yaml
index dc04ca7..68befaf 100644
--- a/ice_validator/tests/fixtures/test_non_server_name/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_non_server_name/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_non_server_name/pass/pass0.yaml b/ice_validator/tests/fixtures/test_non_server_name/pass/pass0.yaml
index e825b03..ca80c87 100644
--- a/ice_validator/tests/fixtures/test_non_server_name/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_non_server_name/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION: '1.2.0'
diff --git a/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/fail/fail.yaml b/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/fail/fail.yaml
index e0a7b60..5523844 100644
--- a/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_nova_server_name_parameters_start_at_0/fail/fail.yaml
@@ -53,4 +53,4 @@ parameters:
vm2_name_2:
type: string
label: Key Name
- description: Name of key-pair to be used for compute instance \ No newline at end of file
+ description: Name of key-pair to be used for compute instance
diff --git a/ice_validator/tests/fixtures/test_nova_server_resource_id/fail/fail.yaml b/ice_validator/tests/fixtures/test_nova_server_resource_id/fail/fail.yaml
index a587025..4799e9a 100644
--- a/ice_validator/tests/fixtures/test_nova_server_resource_id/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_nova_server_resource_id/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_server_resource_id/pass/pass.yaml b/ice_validator/tests/fixtures/test_nova_server_resource_id/pass/pass.yaml
index 7f19679..9dcfc50 100644
--- a/ice_validator/tests/fixtures/test_nova_server_resource_id/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_nova_server_resource_id/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servergroup_policies/fail/not_supported_policies.yml b/ice_validator/tests/fixtures/test_nova_servergroup_policies/fail/not_supported_policies.yml
index 507fa5c..76ce293 100644
--- a/ice_validator/tests/fixtures/test_nova_servergroup_policies/fail/not_supported_policies.yml
+++ b/ice_validator/tests/fixtures/test_nova_servergroup_policies/fail/not_supported_policies.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servergroup_policies/pass/with_supported_policies.yml b/ice_validator/tests/fixtures/test_nova_servergroup_policies/pass/with_supported_policies.yml
index ea363d7..023aefa 100644
--- a/ice_validator/tests/fixtures/test_nova_servergroup_policies/pass/with_supported_policies.yml
+++ b/ice_validator/tests/fixtures/test_nova_servergroup_policies/pass/with_supported_policies.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -73,4 +72,4 @@ resources:
type: OS::Nova::Server
properties:
scheduler_hints:
- group: {get_param: lb_server_group} \ No newline at end of file
+ group: {get_param: lb_server_group}
diff --git a/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/fail/wrong_type_for_parameters.yaml b/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/fail/wrong_type_for_parameters.yaml
index 7f44498..68e35ab 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/fail/wrong_type_for_parameters.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/fail/wrong_type_for_parameters.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -113,4 +112,4 @@ resources:
name: { get_param: vm_type_b_name_1 }
flavor: { get_param: vm_type_b_flavor_name}
image: { get_param: vm_type_b_image_name}
- \ No newline at end of file
+
diff --git a/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/pass/valid_heat_template.yaml
index 39030c7..6e39b6c 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_correct_parameter_types/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail0.yaml
index 94473c3..6162bde 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail1.yaml b/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail1.yaml
index daaf406..229baae 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_environment_context/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_environment_context/pass/pass.yaml b/ice_validator/tests/fixtures/test_nova_servers_environment_context/pass/pass.yaml
index c882d66..99b4182 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_environment_context/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_environment_context/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties.yaml b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties.yaml
index 7660752..0cbf55f 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties_uppercase.yaml b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties_uppercase.yaml
index d0f06e8..9f741ca 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties_uppercase.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_key_properties_uppercase.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id.yaml b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id.yaml
index cafd51a..4ab7477 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id_uppercase.yaml b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id_uppercase.yaml
index 2edaf5d..33019b4 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id_uppercase.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/fail/mismatch_vm_type_resource_id_uppercase.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/pass/valid_heat_template.yaml
index eb07cae..00200cd 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_resource_ids/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_resource_ids/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet/fail/fail0.yaml
index 2a31b23..1f0ec15 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.1'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet/pass/pass.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet/pass/pass.yaml
index bba5ffd..1c08f82 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.1'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail0.yaml
index 755a397..6c8560d 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail1.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail1.yaml
index 29b5706..62e0e32 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail2.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail2.yaml
index 1ae0e30..19d2678 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail2.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail3.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail3.yaml
index 4d3ab2b..d7bbb5e 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail3.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail4.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail4.yaml
index 5be8642..25e56be 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail4.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail4.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail5.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail5.yaml
index a95304d..e8a3682 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail5.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail5.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail6.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail6.yaml
index 410fc36..e3f148f 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail6.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/fail/fail6.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass0.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass0.yaml
index 96e733d..3b32140 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass1.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass1.yaml
index 00e4a92..238d280 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_availability_zone/pass/pass1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0.yaml
index 6759d45..03a7f2b 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0c.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0c.yaml
index 07d438d..24bab41 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0c.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail0c.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.1.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1.yaml
index 4dab3eb..7f3593d 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1c.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1c.yaml
index 997a06d..c7bddac 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1c.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail1c.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.1.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2.yaml
index 0643d99..1fe4734 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2c.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2c.yaml
index 7eefac6..47ee47d 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2c.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail2c.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.1.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail3.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail3.yaml
index 9d6827b..f44b92c 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail3.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail4.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail4.yaml
index b9174eb..b0acf02 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail4.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail4.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail5.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail5.yaml
index dff47d6..ec553cb 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail5.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail5.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail6.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail6.yaml
index 46bc241..fb62b4c 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail6.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail6.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail8.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail8.yaml
index 98df513..3550eb3 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail8.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail8.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail9.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail9.yaml
index c30b387..238de51 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail9.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/fail/fail9.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass0.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass0.yaml
index beca864..c7cffd8 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass1.yaml b/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass1.yaml
index a00446b..cbc0a7b 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_valet_host/pass/pass1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
index 253905c..225bc4c 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types/pass/valid_heat_template.yaml
index eb07cae..00200cd 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/missing_get_param.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/missing_get_param.yaml
index f5c71a4..684e99b 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/missing_get_param.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/missing_get_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -67,4 +66,4 @@ resources:
name: { get_param: vm_type_b_name_1 }
flavor: { get_param: vm_type_b_flavor_name}
image: { get_param: vm_type_b_image_name}
- \ No newline at end of file
+
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/using_str_replace_instead_of_get_param.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/using_str_replace_instead_of_get_param.yaml
index cdc4055..a8099fe 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/using_str_replace_instead_of_get_param.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/fail/using_str_replace_instead_of_get_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/pass/valid_heat_template.yaml
index 4b4c5c6..e00c538 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types_use_get_param/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail0.yaml b/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail0.yaml
index 762ffc0..902c9e9 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail1.yaml b/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail1.yaml
index e713737..9c3843b 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail1.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_workload_context/fail/fail1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_nova_servers_workload_context/pass/pass.yaml b/ice_validator/tests/fixtures/test_nova_servers_workload_context/pass/pass.yaml
index c7138aa..25840ae 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_workload_context/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_workload_context/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_oam_address_outputs/fail/module_fail.yaml b/ice_validator/tests/fixtures/test_oam_address_outputs/fail/module_fail.yaml
index 1c63c9c..c0d5156 100644
--- a/ice_validator/tests/fixtures/test_oam_address_outputs/fail/module_fail.yaml
+++ b/ice_validator/tests/fixtures/test_oam_address_outputs/fail/module_fail.yaml
@@ -42,4 +42,4 @@ outputs:
oam_management_v6_address:
description: OAM management address
- value: {get_param: oam_address} \ No newline at end of file
+ value: {get_param: oam_address}
diff --git a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_less_indent_on_value.yaml b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_less_indent_on_value.yaml
index 184245b..3fbcba2 100644
--- a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_less_indent_on_value.yaml
+++ b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_less_indent_on_value.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
@@ -50,4 +49,4 @@
j: 3
d:
c: 3
- lkf: 4 \ No newline at end of file
+ lkf: 4
diff --git a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_multierror.yaml b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_multierror.yaml
index bba1536..fade5f1 100644
--- a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_multierror.yaml
+++ b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_multierror.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
@@ -51,4 +50,4 @@
ddfg
c: 3
lkf:
- fhe: 5 \ No newline at end of file
+ fhe: 5
diff --git a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_tab.yaml b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_tab.yaml
index e66b77f..d961bf7 100644
--- a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_tab.yaml
+++ b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_tab.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
@@ -50,4 +49,4 @@
j: 3
d:
c: 3
- lkf: 4 \ No newline at end of file
+ lkf: 4
diff --git a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_value_and_keys.yaml b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_value_and_keys.yaml
index a01a1bf..c623027 100644
--- a/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_value_and_keys.yaml
+++ b/ice_validator/tests/fixtures/test_parse_yaml/fail/bad_yaml_value_and_keys.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
@@ -50,4 +49,4 @@
j: 3
d:
c: 3
- lkf: 4 \ No newline at end of file
+ lkf: 4
diff --git a/ice_validator/tests/fixtures/test_parse_yaml/pass/good_yaml_eg.yaml b/ice_validator/tests/fixtures/test_parse_yaml/pass/good_yaml_eg.yaml
index 559c598..54e6b8c 100644
--- a/ice_validator/tests/fixtures/test_parse_yaml/pass/good_yaml_eg.yaml
+++ b/ice_validator/tests/fixtures/test_parse_yaml/pass/good_yaml_eg.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
a: 1
@@ -49,4 +48,4 @@
test: test
k: g
- test: out \ No newline at end of file
+ test: out
diff --git a/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/fail/base_mod.yaml b/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/fail/base_mod.yaml
index 7721fe6..c62d795 100644
--- a/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/fail/base_mod.yaml
+++ b/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/fail/base_mod.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2014-10-16
diff --git a/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/pass/base_mod.yaml b/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/pass/base_mod.yaml
index 64fca0a..de365ab 100644
--- a/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/pass/base_mod.yaml
+++ b/ice_validator/tests/fixtures/test_port_connected_to_multiple_servers/pass/base_mod.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
heat_template_version: 2014-10-16
diff --git a/ice_validator/tests/fixtures/test_port_resource_ids/fail/mismatch_vm_type_port_id_get_resource.yaml b/ice_validator/tests/fixtures/test_port_resource_ids/fail/mismatch_vm_type_port_id_get_resource.yaml
index bc0d4cd..e9a1043 100644
--- a/ice_validator/tests/fixtures/test_port_resource_ids/fail/mismatch_vm_type_port_id_get_resource.yaml
+++ b/ice_validator/tests/fixtures/test_port_resource_ids/fail/mismatch_vm_type_port_id_get_resource.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -155,4 +154,4 @@ resources:
admin_1_extnet_1_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource.yaml b/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource.yaml
index ab5ea32..2f42e83 100644
--- a/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource.yaml
+++ b/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -155,4 +154,4 @@ resources:
admin_1_extnet_1_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource_uppercase.yaml b/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource_uppercase.yaml
index 34ba50a..090edc4 100644
--- a/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource_uppercase.yaml
+++ b/ice_validator/tests/fixtures/test_port_resource_ids/fail/wrong_port_attached_to_nova_server_get_resource_uppercase.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -155,4 +154,4 @@ resources:
ADMIN_1_EXTNET_1_PORT:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net_id } \ No newline at end of file
+ network: { get_param: extnet_net_id }
diff --git a/ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml
index 6471a84..ecf8562 100644
--- a/ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_port_resource_ids/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
diff --git a/ice_validator/tests/fixtures/test_required_parameters_no_constraints/fail/heat_template_required_parameters_with_constraints.yaml b/ice_validator/tests/fixtures/test_required_parameters_no_constraints/fail/heat_template_required_parameters_with_constraints.yaml
index f3507cd..c5a93bd 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_no_constraints/fail/heat_template_required_parameters_with_constraints.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_no_constraints/fail/heat_template_required_parameters_with_constraints.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -118,4 +117,4 @@ parameters:
- allowed_values:
- 0
- 5
- - 10 \ No newline at end of file
+ - 10
diff --git a/ice_validator/tests/fixtures/test_required_parameters_no_constraints/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_required_parameters_no_constraints/pass/valid_heat_template.yaml
index 49ae894..965ce49 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_no_constraints/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_no_constraints/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -50,4 +49,4 @@ parameters:
description: Unique name for this VNF Module instance
vf_module_id:
type: string
- description: Unique ID for this VNF Module instance \ No newline at end of file
+ description: Unique ID for this VNF Module instance
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.env b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.env
index ca27e57..17713ad 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.env
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.env
@@ -35,10 +35,9 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vnf_name: dummyvalue
vf_module_id: dummyvalue4
- external_net_id: dummyvalue \ No newline at end of file
+ external_net_id: dummyvalue
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.yaml
index 6bda6ac..4499dd5 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/fail/missing_required_parameters_in_env_file.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -71,4 +70,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.env b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.env
index 147ca54..2912569 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.env
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.env
@@ -35,11 +35,10 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
vnf_name: dummyvalue
vnf_id: dummyvalue2
vf_module_id: dummyvalue4
- external_net_id: dummyvalue \ No newline at end of file
+ external_net_id: dummyvalue
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.yaml
index 6bda6ac..4499dd5 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -71,4 +70,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.env b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.env
index 3676b06..f5ac071 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.env
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.env
@@ -35,8 +35,7 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
- external_net_id: dummyvalue \ No newline at end of file
+ external_net_id: dummyvalue
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.yaml
index e4089b5..3780250 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_env_files/pass/required_parameters_specified_not_needed.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -46,4 +45,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/fail/missing_required_parameters_in_template.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/fail/missing_required_parameters_in_template.yaml
index 0769f82..b32f4e8 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/fail/missing_required_parameters_in_template.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/fail/missing_required_parameters_in_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -70,4 +69,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified.yaml
index 6bda6ac..4499dd5 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -71,4 +70,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified_not_needed.yaml b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified_not_needed.yaml
index e4089b5..3780250 100644
--- a/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified_not_needed.yaml
+++ b/ice_validator/tests/fixtures/test_required_parameters_specified_in_heat_templates/pass/required_parameters_specified_not_needed.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
parameters:
@@ -46,4 +45,4 @@ resources:
server_0_external_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: external_net_id } \ No newline at end of file
+ network: { get_param: external_net_id }
diff --git a/ice_validator/tests/fixtures/test_resource_has_no_condtion/fail/fail.yaml b/ice_validator/tests/fixtures/test_resource_has_no_condtion/fail/fail.yaml
index 343d761..fc4d675 100644
--- a/ice_validator/tests/fixtures/test_resource_has_no_condtion/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_resource_has_no_condtion/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_resource_has_no_condtion/pass/pass.yaml b/ice_validator/tests/fixtures/test_resource_has_no_condtion/pass/pass.yaml
index 6f745d8..f375050 100644
--- a/ice_validator/tests/fixtures/test_resource_has_no_condtion/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_resource_has_no_condtion/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/fail/invalid_characters_in_resource_id_template.yml b/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/fail/invalid_characters_in_resource_id_template.yml
index bd4316a..19fac78 100644
--- a/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/fail/invalid_characters_in_resource_id_template.yml
+++ b/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/fail/invalid_characters_in_resource_id_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/pass/valid_characters_in_resource_id_template.yml b/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/pass/valid_characters_in_resource_id_template.yml
index 9681015..1a5bf89 100644
--- a/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/pass/valid_characters_in_resource_id_template.yml
+++ b/ice_validator/tests/fixtures/test_resource_ids_alphanumeric_only/pass/valid_characters_in_resource_id_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_resource_indices/fail/fail0.yaml b/ice_validator/tests/fixtures/test_resource_indices/fail/fail0.yaml
index 18c78b5..00815bd 100644
--- a/ice_validator/tests/fixtures/test_resource_indices/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_resource_indices/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_resource_indices/pass/pass0.yaml b/ice_validator/tests/fixtures/test_resource_indices/pass/pass0.yaml
index 76ab92f..be82ba6 100644
--- a/ice_validator/tests/fixtures/test_resource_indices/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_resource_indices/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_server_parameters/fail/fail.yaml b/ice_validator/tests/fixtures/test_server_parameters/fail/fail.yaml
index d103a86..55fbaa2 100644
--- a/ice_validator/tests/fixtures/test_server_parameters/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_server_parameters/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_server_parameters/pass/pass.yaml b/ice_validator/tests/fixtures/test_server_parameters/pass/pass.yaml
index 0998152..d61a2f0 100644
--- a/ice_validator/tests/fixtures/test_server_parameters/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_server_parameters/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_index.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_index.yaml
index 55019f8..db03ec1 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_index.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_index.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name.yaml
index b48c3cd..5541bf8 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -106,4 +105,4 @@ resources:
vnf_id: { get_param: vnf_id }
vnf_name: { get_param: vnf_name }
vm_role: { get_param: vm_role }
- vf_module_index: { get_param: vf_module_index } \ No newline at end of file
+ vf_module_index: { get_param: vf_module_index }
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name_in_rsg.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name_in_rsg.yaml
index e823457..e2736df 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name_in_rsg.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/fail/template_missing_specified_vf_module_name_in_rsg.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -97,4 +96,4 @@ resources:
vnf_name: { get_param: vnf_name }
vm_role: { get_param: vm_role }
vf_module_name: { get_param: vf_module_name }
- vf_module_index: { get_param: vf_module_index } \ No newline at end of file
+ vf_module_index: { get_param: vf_module_index }
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_1.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_1.yaml
index 999e081..ec290d0 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_1.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -110,4 +109,4 @@ resources:
vf_module_id: { get_param: vf_module_id }
vnf_id: { get_param: vnf_id }
vnf_name: { get_param: vnf_name }
- vm_role: { get_param: vm_role } \ No newline at end of file
+ vm_role: { get_param: vm_role }
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_2.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_2.yaml
index 3286688..1f44fe1 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_2.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_2.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -105,4 +104,4 @@ resources:
vf_module_id: { get_param: vf_module_id }
vnf_id: { get_param: vnf_id }
vnf_name: { get_param: vnf_name }
- vm_role: { get_param: vm_role } \ No newline at end of file
+ vm_role: { get_param: vm_role }
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_3.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_3.yaml
index e6f9a6f..4875612 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_3.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_3.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -101,4 +100,4 @@ resources:
vf_module_id: { get_param: vf_module_id }
vnf_id: { get_param: vnf_id }
vnf_name: { get_param: vnf_name }
- vm_role: { 'example server' } \ No newline at end of file
+ vm_role: { 'example server' }
diff --git a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_4.yaml b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_4.yaml
index 4f46b47..5d7cc18 100644
--- a/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_4.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_optional_metadata/pass/valid_heat_template_4.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -101,4 +100,4 @@ resources:
vnf_name: { get_param: vnf_name }
vm_role: { get_param: vm_role }
vf_module_name: { get_param: vf_module_name }
- vf_module_index: { get_param: vf_module_index } \ No newline at end of file
+ vf_module_index: { get_param: vf_module_index }
diff --git a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vf_module_id.yaml b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vf_module_id.yaml
index c4a789e..7bf4757 100644
--- a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vf_module_id.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vf_module_id.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -45,4 +44,4 @@ resources:
name: {get_param: server_name_0}
metadata:
vnf_id: { get_param: vnf_id }
- vnf_name: { get_param: vnf_name } \ No newline at end of file
+ vnf_name: { get_param: vnf_name }
diff --git a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_id.yaml b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_id.yaml
index 375f05a..c8ec3ce 100644
--- a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_id.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_id.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_name.yaml b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_name.yaml
index a232779..f50255c 100644
--- a/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_name.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_required_metadata/fail/missing_vnf_name.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_have_required_metadata/pass/has_required_metadata.yaml b/ice_validator/tests/fixtures/test_servers_have_required_metadata/pass/has_required_metadata.yaml
index fddd744..b224d0e 100644
--- a/ice_validator/tests/fixtures/test_servers_have_required_metadata/pass/has_required_metadata.yaml
+++ b/ice_validator/tests/fixtures/test_servers_have_required_metadata/pass/has_required_metadata.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_metadata_section.yaml b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_metadata_section.yaml
index c2a44ba..9423f92 100644
--- a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_metadata_section.yaml
+++ b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_metadata_section.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_properties_section.yaml b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_properties_section.yaml
index 2e480d6..9c2f7d0 100644
--- a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_properties_section.yaml
+++ b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/missing_properties_section.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/not_using_get_param.yaml b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/not_using_get_param.yaml
index 4e38fb5..2191a76 100644
--- a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/not_using_get_param.yaml
+++ b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/fail/not_using_get_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/pass/has_required_metadata.yaml b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/pass/has_required_metadata.yaml
index fddd744..b224d0e 100644
--- a/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/pass/has_required_metadata.yaml
+++ b/ice_validator/tests/fixtures/test_servers_metadata_use_get_param/pass/has_required_metadata.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_software_config_resource_id/fail/fail.yaml b/ice_validator/tests/fixtures/test_software_config_resource_id/fail/fail.yaml
index 9fa9f18..e720ce0 100644
--- a/ice_validator/tests/fixtures/test_software_config_resource_id/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_software_config_resource_id/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_software_config_resource_id/pass/pass.yaml b/ice_validator/tests/fixtures/test_software_config_resource_id/pass/pass.yaml
index fd14e55..0d9eb81 100644
--- a/ice_validator/tests/fixtures/test_software_config_resource_id/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_software_config_resource_id/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_param_subnet.yaml b/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_param_subnet.yaml
index bbdbdca..23ebe2d 100644
--- a/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_param_subnet.yaml
+++ b/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_param_subnet.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_resource_subnet.yaml b/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_resource_subnet.yaml
index 02a54ac..ac6d58e 100644
--- a/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_resource_subnet.yaml
+++ b/ice_validator/tests/fixtures/test_subnet_format/fail/invalid_naming_used_for_get_resource_subnet.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml
index 77bc904..b897303 100644
--- a/ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_subnet_format/pass/valid_heat_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/fail/unique_resource_stack_name_without_vnf_name_or_module.yml b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
index 85ea78c..79d935e 100644
--- a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
+++ b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -86,4 +85,4 @@ resources:
params:
MODULE_ID: { get_param: vnf_module_id }
public_key: {get_param: ssh_public_key}
- save_private_key: false \ No newline at end of file
+ save_private_key: false
diff --git a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/pass/unique_resource_template.yml b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/pass/unique_resource_template.yml
index 5abcc2a..2ab8c50 100644
--- a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/pass/unique_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_params_in_tmpl/pass/unique_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/fail/unique_resource_stack_name_without_vnf_name_or_module.yml b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
index 131f2bb..42dab4d 100644
--- a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
+++ b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/fail/unique_resource_stack_name_without_vnf_name_or_module.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/pass/unique_resource_template.yml b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/pass/unique_resource_template.yml
index 5a39e57..71db181 100644
--- a/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/pass/unique_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_name_str_replace_use_req_params/pass/unique_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/duplicate_resource_template.yml b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/duplicate_resource_template.yml
index 798e591..5576212 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/duplicate_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/duplicate_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/unique_resource_template.yml b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/unique_resource_template.yml
index 426295d..75d4995 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/unique_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/fail/unique_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_1.yml b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_1.yml
index 426295d..75d4995 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_1.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_1.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_2.yml b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_2.yml
index 630c6d6..3f87c8e 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_2.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_all_templates/pass/unique_resource_template_2.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_template/fail/duplicate_resource_template.yml b/ice_validator/tests/fixtures/test_unique_resources_across_template/fail/duplicate_resource_template.yml
index d4abed5..5a120a3 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_template/fail/duplicate_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_template/fail/duplicate_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_unique_resources_across_template/pass/unique_resource_template.yml b/ice_validator/tests/fixtures/test_unique_resources_across_template/pass/unique_resource_template.yml
index 82b1d7e..b750c89 100644
--- a/ice_validator/tests/fixtures/test_unique_resources_across_template/pass/unique_resource_template.yml
+++ b/ice_validator/tests/fixtures/test_unique_resources_across_template/pass/unique_resource_template.yml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_vm_role_value/fail/fail_parameter.yaml b/ice_validator/tests/fixtures/test_vm_role_value/fail/fail_parameter.yaml
index 4d3b8af..ec56bac 100644
--- a/ice_validator/tests/fixtures/test_vm_role_value/fail/fail_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_vm_role_value/fail/fail_parameter.yaml
@@ -50,4 +50,4 @@ resources:
type: OS::Nova::Server
properties:
metadata:
- vm_role: {get_param: vm_role} \ No newline at end of file
+ vm_role: {get_param: vm_role}
diff --git a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_hardcoded.yaml b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_hardcoded.yaml
index 19af492..c3742ad 100644
--- a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_hardcoded.yaml
+++ b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_hardcoded.yaml
@@ -40,4 +40,4 @@ resources:
type: OS::Nova::Server
properties:
metadata:
- vm_role: dns \ No newline at end of file
+ vm_role: dns
diff --git a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.env b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.env
index 5556831..2ae26dc 100644
--- a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.env
+++ b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.env
@@ -36,4 +36,4 @@
# ============LICENSE_END============================================
parameters:
- vm_role: dns \ No newline at end of file
+ vm_role: dns
diff --git a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.yaml b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.yaml
index 9c36767..036aad7 100644
--- a/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.yaml
+++ b/ice_validator/tests/fixtures/test_vm_role_value/pass/pass_parameter.yaml
@@ -44,4 +44,4 @@ resources:
type: OS::Nova::Server
properties:
metadata:
- vm_role: {get_param: vm_role} \ No newline at end of file
+ vm_role: {get_param: vm_role}
diff --git a/ice_validator/tests/fixtures/test_vm_type_case/fail/fail.yaml b/ice_validator/tests/fixtures/test_vm_type_case/fail/fail.yaml
index 16b740a..d7e5fc5 100644
--- a/ice_validator/tests/fixtures/test_vm_type_case/fail/fail.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_case/fail/fail.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_vm_type_case/pass/pass.yaml b/ice_validator/tests/fixtures/test_vm_type_case/pass/pass.yaml
index e3caa72..e581fef 100644
--- a/ice_validator/tests/fixtures/test_vm_type_case/pass/pass.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_case/pass/pass.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.0.0'
diff --git a/ice_validator/tests/fixtures/test_vm_type_resource_id/fail/fail0.yaml b/ice_validator/tests/fixtures/test_vm_type_resource_id/fail/fail0.yaml
index 25f6753..3e9891a 100644
--- a/ice_validator/tests/fixtures/test_vm_type_resource_id/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_resource_id/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
# VERSION = '1.1.0'
diff --git a/ice_validator/tests/fixtures/test_vm_type_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_vm_type_resource_id/pass/pass0.yaml
index eb07cae..00200cd 100644
--- a/ice_validator/tests/fixtures/test_vm_type_resource_id/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_resource_id/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_vm_type_syntax/fail/fail0.yaml b/ice_validator/tests/fixtures/test_vm_type_syntax/fail/fail0.yaml
index aa80056..7ee94cf 100644
--- a/ice_validator/tests/fixtures/test_vm_type_syntax/fail/fail0.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_syntax/fail/fail0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_vm_type_syntax/pass/pass0.yaml b/ice_validator/tests/fixtures/test_vm_type_syntax/pass/pass0.yaml
index eb07cae..00200cd 100644
--- a/ice_validator/tests/fixtures/test_vm_type_syntax/pass/pass0.yaml
+++ b/ice_validator/tests/fixtures/test_vm_type_syntax/pass/pass0.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/fail/module_volumes.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/fail/module_volumes.yaml
index ea21f22..6e0e57d 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/fail/module_volumes.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/fail/module_volumes.yaml
@@ -49,4 +49,4 @@ resources:
type: nested_volume1.yaml
vm_type_volume_0_nested:
- type: nested_volume2.yaml \ No newline at end of file
+ type: nested_volume2.yaml
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume1.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume1.yaml
index 888aa75..e96fd82 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume1.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume1.yaml
@@ -37,4 +37,4 @@
resources:
vm_type_volume_2:
- type: OS::Cinder::Volume \ No newline at end of file
+ type: OS::Cinder::Volume
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume2.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume2.yaml
index 6bce356..9922867 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume2.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/fail/nested_volume2.yaml
@@ -37,4 +37,4 @@
resources:
vm_type_volume_3:
- type: OS::Cinder::Volume \ No newline at end of file
+ type: OS::Cinder::Volume
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml
index 1c80888..c7fcda0 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml
@@ -52,4 +52,4 @@ resources:
type: nested_volume2.yaml
vmtype_server_0:
- type: OS::Nova::Server \ No newline at end of file
+ type: OS::Nova::Server
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml
index ea21f22..6e0e57d 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml
@@ -49,4 +49,4 @@ resources:
type: nested_volume1.yaml
vm_type_volume_0_nested:
- type: nested_volume2.yaml \ No newline at end of file
+ type: nested_volume2.yaml
diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml
index 6bce356..9922867 100644
--- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml
+++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml
@@ -37,4 +37,4 @@
resources:
vm_type_volume_3:
- type: OS::Cinder::Volume \ No newline at end of file
+ type: OS::Cinder::Volume
diff --git a/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_base_parameters.yaml b/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_base_parameters.yaml
index d382920..b141d6b 100644
--- a/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_base_parameters.yaml
+++ b/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_base_parameters.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -108,4 +107,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_parameters_volume.yaml b/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_parameters_volume.yaml
index 6f2e146..3b405f7 100644
--- a/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_parameters_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_outputs_consumed/fail/more_outputs_than_parameters_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -96,4 +95,4 @@ outputs:
admin_boot_volume_id_1:
description: Cinder volume 1
- value: { get_resource: admin_boot_data_volume_1 } \ No newline at end of file
+ value: { get_resource: admin_boot_data_volume_1 }
diff --git a/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template.yaml
index 47c8eea..49aed6b 100644
--- a/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -100,4 +99,4 @@ resources:
metadata:
vnf_name: { get_param: vnf_name }
vnf_id: { get_param: vnf_id }
- vf_module_id: { get_param: vf_module_id } \ No newline at end of file
+ vf_module_id: { get_param: vf_module_id }
diff --git a/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template_volume.yaml b/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template_volume.yaml
index 4a40502..e53cce3 100644
--- a/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_outputs_consumed/pass/valid_template_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2013-05-23
@@ -78,4 +77,4 @@ outputs:
value: { get_resource: admin_boot_volume_id_0 }
admin_boot_volume_id_1:
- value: { get_resource: admin_boot_volume_id_1 } \ No newline at end of file
+ value: { get_resource: admin_boot_volume_id_1 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_instance_uuid_volume_attachment.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_instance_uuid_volume_attachment.yaml
index d0a176d..a504cd1 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_instance_uuid_volume_attachment.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_instance_uuid_volume_attachment.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: admin2_server_2 } \ No newline at end of file
+ instance_uuid: { get_resource: admin2_server_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_nova_server_id.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_nova_server_id.yaml
index cc01ffb..a5cea0c 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_nova_server_id.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_nova_server_id.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: admin_server_2 } \ No newline at end of file
+ instance_uuid: { get_resource: admin_server_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_param.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_param.yaml
index 6918125..672abde 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_param.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_param.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: admin_server_2 } \ No newline at end of file
+ instance_uuid: { get_resource: admin_server_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_resource.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_resource.yaml
index 4b3c40f..df83d7c 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_resource.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_resource.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: admin_server_2 } \ No newline at end of file
+ instance_uuid: { get_resource: admin_server_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment.yaml
index 32b53cb..d971b1c 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin2_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: admin_server_2 } \ No newline at end of file
+ instance_uuid: { get_resource: admin_server_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment_uppercase.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment_uppercase.yaml
index 9a2dc98..b24e446 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment_uppercase.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/fail/mismatch_vm_type_volume_id_volume_attachment_uppercase.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin2_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: ADMIN_SERVER_2 } \ No newline at end of file
+ instance_uuid: { get_resource: ADMIN_SERVER_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_resource_ids/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_volume_resource_ids/pass/valid_template.yaml
index 8b98f20..5e47d56 100644
--- a/ice_validator/tests/fixtures/test_volume_resource_ids/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_volume_resource_ids/pass/valid_template.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
heat_template_version: 2015-04-30
@@ -147,4 +146,4 @@ resources:
properties:
volume_id: { get_param: admin_volume_id_2 }
mountpoint: /dev/vdb
- instance_uuid: { get_resource: ADMIN_SERVER_2 } \ No newline at end of file
+ instance_uuid: { get_resource: ADMIN_SERVER_2 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
index 52402d5..714a433 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
type: OS::Cinder::Volume
properties:
- size: { get_param: vm_type_volume_size_0 } \ No newline at end of file
+ size: { get_param: vm_type_volume_size_0 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
index 52402d5..714a433 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
type: OS::Cinder::Volume
properties:
- size: { get_param: vm_type_volume_size_0 } \ No newline at end of file
+ size: { get_param: vm_type_volume_size_0 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
index 4b1a46e..4ef3606 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -48,4 +47,4 @@ resources:
vm_type_1:
type: OS::Nova::Server
properties:
- name: { get_param: vm_type_name_1 } \ No newline at end of file
+ name: { get_param: vm_type_name_1 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
index c657882..4ec87da 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
type: OS::Cinder::Volume
properties:
- size: { get_param: vm_type_volume_size_0 } \ No newline at end of file
+ size: { get_param: vm_type_volume_size_0 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs/fail/missing_outputs_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs/fail/missing_outputs_volume.yaml
index 2d10e22..f54e37c 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs/fail/missing_outputs_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs/fail/missing_outputs_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -47,4 +46,4 @@ resources:
vm_type_volume_id_1:
type: OS::Cinder::Volume
properties:
- size: { get_param: vm_type_volume_size_0 } \ No newline at end of file
+ size: { get_param: vm_type_volume_size_0 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml
index df35929..24f07b2 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -55,4 +54,4 @@ outputs:
value: { get_resource: vm_type_volume_id_0 }
vm_type_volume_id_1:
- value: { get_resource: vm_type_volume_id_1 } \ No newline at end of file
+ value: { get_resource: vm_type_volume_id_1 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_1_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_1_volume.yaml
index ec56510..1c9df7b 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_1_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_1_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -68,4 +67,4 @@ outputs:
value: { get_resource: vm_type_volume_1 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RSG, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RSG, refs] }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_2_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_2_volume.yaml
index 44ec7b8..c185397 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_2_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_2_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -68,4 +67,4 @@ outputs:
value: { get_resource: vm_type_volume_1 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RS, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RS, refs] }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_3_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_3_volume.yaml
index 2cbfc2e..a346c59 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_3_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/mismatch_resource_keys_outputs_keys_3_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -68,4 +67,4 @@ outputs:
value: { get_resource: vm_type_volume_1 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RS, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RS, refs] }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_outputs_than_resources_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_outputs_than_resources_volume.yaml
index 1cb9115..3639e95 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_outputs_than_resources_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_outputs_than_resources_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -69,4 +68,4 @@ outputs:
value: { get_resource: vm_type_volume_id_2 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RSG, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RSG, refs] }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_resources_than_outputs_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_resources_than_outputs_volume.yaml
index a84b629..493a0b1 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_resources_than_outputs_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/fail/more_resources_than_outputs_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -63,4 +62,4 @@ outputs:
value: { get_resource: vm_type_volume_id_0 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RSG, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RSG, refs] }
diff --git a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/pass/valid_template_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/pass/valid_template_volume.yaml
index 2ed9b7b..3010c49 100644
--- a/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/pass/valid_template_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates_outputs_resources/pass/valid_template_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -68,4 +67,4 @@ outputs:
value: { get_resource: vm_type_volume_1 }
vm_type_volume_ids_0:
- value: { get_attr: [vm_type_volume_0_RSG, refs] } \ No newline at end of file
+ value: { get_attr: [vm_type_volume_0_RSG, refs] }
diff --git a/ice_validator/tests/helpers.py b/ice_validator/tests/helpers.py
index 0b33c0c..69190d8 100644
--- a/ice_validator/tests/helpers.py
+++ b/ice_validator/tests/helpers.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""Helpers
diff --git a/ice_validator/tests/parametrizers.py b/ice_validator/tests/parametrizers.py
index e44c6a6..38a93db 100644
--- a/ice_validator/tests/parametrizers.py
+++ b/ice_validator/tests/parametrizers.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""parametrizers
diff --git a/ice_validator/tests/report.html.jinja2 b/ice_validator/tests/report.html.jinja2
index 9b98514..65f0edb 100644
--- a/ice_validator/tests/report.html.jinja2
+++ b/ice_validator/tests/report.html.jinja2
@@ -217,4 +217,4 @@
</script>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py
index 6461879..9c47b80 100644
--- a/ice_validator/tests/structures.py
+++ b/ice_validator/tests/structures.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""structures
"""
diff --git a/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py b/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py
index fe002e3..5b1570e 100644
--- a/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py
+++ b/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_availability_zone.py b/ice_validator/tests/test_availability_zone.py
index bbd8d99..ba71d14 100644
--- a/ice_validator/tests/test_availability_zone.py
+++ b/ice_validator/tests/test_availability_zone.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""test
"""
diff --git a/ice_validator/tests/test_base_template_names.py b/ice_validator/tests/test_base_template_names.py
index 5dce061..3553a10 100644
--- a/ice_validator/tests/test_base_template_names.py
+++ b/ice_validator/tests/test_base_template_names.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""base template names
diff --git a/ice_validator/tests/test_cloud_config_resource_id.py b/ice_validator/tests/test_cloud_config_resource_id.py
index de82fe4..74937b6 100644
--- a/ice_validator/tests/test_cloud_config_resource_id.py
+++ b/ice_validator/tests/test_cloud_config_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_contrail_fqdn.py b/ice_validator/tests/test_contrail_fqdn.py
index ec5f58a..65ab9e4 100644
--- a/ice_validator/tests/test_contrail_fqdn.py
+++ b/ice_validator/tests/test_contrail_fqdn.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_contrail_instance_ip_resource_id.py b/ice_validator/tests/test_contrail_instance_ip_resource_id.py
index e1c1977..13f1b8e 100644
--- a/ice_validator/tests/test_contrail_instance_ip_resource_id.py
+++ b/ice_validator/tests/test_contrail_instance_ip_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
resources:
diff --git a/ice_validator/tests/test_contrail_irt_routes.py b/ice_validator/tests/test_contrail_irt_routes.py
index 3d614bf..e5a95dd 100644
--- a/ice_validator/tests/test_contrail_irt_routes.py
+++ b/ice_validator/tests/test_contrail_irt_routes.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_contrail_resource_id.py b/ice_validator/tests/test_contrail_resource_id.py
index 88cc2f0..e0e9dce 100644
--- a/ice_validator/tests/test_contrail_resource_id.py
+++ b/ice_validator/tests/test_contrail_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_contrail_vmi_resource_id.py b/ice_validator/tests/test_contrail_vmi_resource_id.py
index 9e9641d..67f929b 100644
--- a/ice_validator/tests/test_contrail_vmi_resource_id.py
+++ b/ice_validator/tests/test_contrail_vmi_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_contrail_vn_resource_id.py b/ice_validator/tests/test_contrail_vn_resource_id.py
index 2e27259..b316fb7 100644
--- a/ice_validator/tests/test_contrail_vn_resource_id.py
+++ b/ice_validator/tests/test_contrail_vn_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_env_and_yaml_same_name.py b/ice_validator/tests/test_env_and_yaml_same_name.py
index cbfb1fb..9225e1e 100644
--- a/ice_validator/tests/test_env_and_yaml_same_name.py
+++ b/ice_validator/tests/test_env_and_yaml_same_name.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from .helpers import validates
diff --git a/ice_validator/tests/test_env_no_resource_registry.py b/ice_validator/tests/test_env_no_resource_registry.py
index 4b00103..aa9170f 100644
--- a/ice_validator/tests/test_env_no_resource_registry.py
+++ b/ice_validator/tests/test_env_no_resource_registry.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""test env file has no resource_registry
diff --git a/ice_validator/tests/test_env_parameters_defined_in_template.py b/ice_validator/tests/test_env_parameters_defined_in_template.py
index afb2473..937aae9 100644
--- a/ice_validator/tests/test_env_parameters_defined_in_template.py
+++ b/ice_validator/tests/test_env_parameters_defined_in_template.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_environment_file_parameters.py b/ice_validator/tests/test_environment_file_parameters.py
index f13821d..3a3bf22 100644
--- a/ice_validator/tests/test_environment_file_parameters.py
+++ b/ice_validator/tests/test_environment_file_parameters.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
""" environment file structure
"""
diff --git a/ice_validator/tests/test_environment_file_structure.py b/ice_validator/tests/test_environment_file_structure.py
index a4fd0f8..3b8763b 100644
--- a/ice_validator/tests/test_environment_file_structure.py
+++ b/ice_validator/tests/test_environment_file_structure.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
""" environment file structure
diff --git a/ice_validator/tests/test_filename_is_vmtype_dot_yaml.py b/ice_validator/tests/test_filename_is_vmtype_dot_yaml.py
index 49c917c..5343bcc 100644
--- a/ice_validator/tests/test_filename_is_vmtype_dot_yaml.py
+++ b/ice_validator/tests/test_filename_is_vmtype_dot_yaml.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
import os
from .helpers import validates
from .utils.vm_types import get_all_vm_types
diff --git a/ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py b/ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py
index f94d22b..e0e6b31 100644
--- a/ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py
+++ b/ice_validator/tests/test_fixed_ips_include_vm_type_network_role.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_forbidden_resources.py b/ice_validator/tests/test_forbidden_resources.py
index 7ff6bb6..205dfcd 100644
--- a/ice_validator/tests/test_forbidden_resources.py
+++ b/ice_validator/tests/test_forbidden_resources.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_get_file_only_reference_local_files.py b/ice_validator/tests/test_get_file_only_reference_local_files.py
index 58a1384..e848848 100644
--- a/ice_validator/tests/test_get_file_only_reference_local_files.py
+++ b/ice_validator/tests/test_get_file_only_reference_local_files.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""test get_file
"""
diff --git a/ice_validator/tests/test_heat_pairs_provided.py b/ice_validator/tests/test_heat_pairs_provided.py
index fd6c95b..149a547 100644
--- a/ice_validator/tests/test_heat_pairs_provided.py
+++ b/ice_validator/tests/test_heat_pairs_provided.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from os import path
diff --git a/ice_validator/tests/test_heat_parameter_section.py b/ice_validator/tests/test_heat_parameter_section.py
index ce97023..dbb0d04 100644
--- a/ice_validator/tests/test_heat_parameter_section.py
+++ b/ice_validator/tests/test_heat_parameter_section.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""parameters
diff --git a/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py b/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
index c1a9777..c6f170a 100644
--- a/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
+++ b/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from collections import defaultdict
diff --git a/ice_validator/tests/test_heat_template_structure.py b/ice_validator/tests/test_heat_template_structure.py
index fabe9bd..192f45a 100644
--- a/ice_validator/tests/test_heat_template_structure.py
+++ b/ice_validator/tests/test_heat_template_structure.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""Test heat template structure
diff --git a/ice_validator/tests/test_multipart_mime_resource_id.py b/ice_validator/tests/test_multipart_mime_resource_id.py
index fe6fe47..52f8723 100644
--- a/ice_validator/tests/test_multipart_mime_resource_id.py
+++ b/ice_validator/tests/test_multipart_mime_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_nested_parameter_args.py b/ice_validator/tests/test_nested_parameter_args.py
index cba76f6..b0a0337 100644
--- a/ice_validator/tests/test_nested_parameter_args.py
+++ b/ice_validator/tests/test_nested_parameter_args.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""heat parameters
diff --git a/ice_validator/tests/test_nested_parameters.py b/ice_validator/tests/test_nested_parameters.py
index 5c93e77..251e7c1 100644
--- a/ice_validator/tests/test_nested_parameters.py
+++ b/ice_validator/tests/test_nested_parameters.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""heat parameters
diff --git a/ice_validator/tests/test_nested_template_parameters.py b/ice_validator/tests/test_nested_template_parameters.py
index 26a0fb3..3bc52d7 100644
--- a/ice_validator/tests/test_nested_template_parameters.py
+++ b/ice_validator/tests/test_nested_template_parameters.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""nested template parameters
diff --git a/ice_validator/tests/test_nesting_level.py b/ice_validator/tests/test_nesting_level.py
index e1e4e68..6c31dbb 100644
--- a/ice_validator/tests/test_nesting_level.py
+++ b/ice_validator/tests/test_nesting_level.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_nesting_nova_server.py b/ice_validator/tests/test_nesting_nova_server.py
index ed23059..cce4c98 100644
--- a/ice_validator/tests/test_nesting_nova_server.py
+++ b/ice_validator/tests/test_nesting_nova_server.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_network_format.py b/ice_validator/tests/test_network_format.py
index bfa9813..514e83e 100644
--- a/ice_validator/tests/test_network_format.py
+++ b/ice_validator/tests/test_network_format.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py b/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py
index dada3e5..770d1f6 100644
--- a/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py
+++ b/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_neutron_net_resource_id.py b/ice_validator/tests/test_neutron_net_resource_id.py
index 1b0b322..59556a5 100644
--- a/ice_validator/tests/test_neutron_net_resource_id.py
+++ b/ice_validator/tests/test_neutron_net_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_neutron_port_fixed_ips.py b/ice_validator/tests/test_neutron_port_fixed_ips.py
index f69b995..474c545 100644
--- a/ice_validator/tests/test_neutron_port_fixed_ips.py
+++ b/ice_validator/tests/test_neutron_port_fixed_ips.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_neutron_port_internal_network.py b/ice_validator/tests/test_neutron_port_internal_network.py
index 868930d..d25c415 100644
--- a/ice_validator/tests/test_neutron_port_internal_network.py
+++ b/ice_validator/tests/test_neutron_port_internal_network.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_neutron_port_network_parameter.py b/ice_validator/tests/test_neutron_port_network_parameter.py
index 14fe386..99f90ae 100644
--- a/ice_validator/tests/test_neutron_port_network_parameter.py
+++ b/ice_validator/tests/test_neutron_port_network_parameter.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_no_http_resources.py b/ice_validator/tests/test_no_http_resources.py
index 6c01971..90a5949 100644
--- a/ice_validator/tests/test_no_http_resources.py
+++ b/ice_validator/tests/test_no_http_resources.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
diff --git a/ice_validator/tests/test_non_server_name.py b/ice_validator/tests/test_non_server_name.py
index f47e078..f56eef3 100644
--- a/ice_validator/tests/test_non_server_name.py
+++ b/ice_validator/tests/test_non_server_name.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_nova_server_resource_id.py b/ice_validator/tests/test_nova_server_resource_id.py
index 4410586..be38af5 100644
--- a/ice_validator/tests/test_nova_server_resource_id.py
+++ b/ice_validator/tests/test_nova_server_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
resources:
diff --git a/ice_validator/tests/test_nova_servergroup_policies.py b/ice_validator/tests/test_nova_servergroup_policies.py
index 4e67f58..b3df88a 100644
--- a/ice_validator/tests/test_nova_servergroup_policies.py
+++ b/ice_validator/tests/test_nova_servergroup_policies.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from tests import cached_yaml as yaml
diff --git a/ice_validator/tests/test_nova_servers_environment_context.py b/ice_validator/tests/test_nova_servers_environment_context.py
index 7c71ef1..95baa3a 100644
--- a/ice_validator/tests/test_nova_servers_environment_context.py
+++ b/ice_validator/tests/test_nova_servers_environment_context.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""environment context
diff --git a/ice_validator/tests/test_nova_servers_resource_ids.py b/ice_validator/tests/test_nova_servers_resource_ids.py
index b5c8754..d8df655 100644
--- a/ice_validator/tests/test_nova_servers_resource_ids.py
+++ b/ice_validator/tests/test_nova_servers_resource_ids.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
from tests import cached_yaml as yaml
diff --git a/ice_validator/tests/test_nova_servers_vm_types.py b/ice_validator/tests/test_nova_servers_vm_types.py
index a2d6a6e..97b6418 100644
--- a/ice_validator/tests/test_nova_servers_vm_types.py
+++ b/ice_validator/tests/test_nova_servers_vm_types.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_nova_servers_vm_types_use_get_param.py b/ice_validator/tests/test_nova_servers_vm_types_use_get_param.py
index 2f69b52..fcc354d 100644
--- a/ice_validator/tests/test_nova_servers_vm_types_use_get_param.py
+++ b/ice_validator/tests/test_nova_servers_vm_types_use_get_param.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_nova_servers_workload_context.py b/ice_validator/tests/test_nova_servers_workload_context.py
index 5703f75..9daa45d 100644
--- a/ice_validator/tests/test_nova_servers_workload_context.py
+++ b/ice_validator/tests/test_nova_servers_workload_context.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""workload context
diff --git a/ice_validator/tests/test_port_resource_ids.py b/ice_validator/tests/test_port_resource_ids.py
index be80fe9..1b98bff 100644
--- a/ice_validator/tests/test_port_resource_ids.py
+++ b/ice_validator/tests/test_port_resource_ids.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
diff --git a/ice_validator/tests/test_required_parameters_no_constraints.py b/ice_validator/tests/test_required_parameters_no_constraints.py
index d397a23..7070178 100644
--- a/ice_validator/tests/test_required_parameters_no_constraints.py
+++ b/ice_validator/tests/test_required_parameters_no_constraints.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_resource_ids_alphanumeric_only.py b/ice_validator/tests/test_resource_ids_alphanumeric_only.py
index f08e0c8..e64a46a 100644
--- a/ice_validator/tests/test_resource_ids_alphanumeric_only.py
+++ b/ice_validator/tests/test_resource_ids_alphanumeric_only.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
diff --git a/ice_validator/tests/test_server_parameters.py b/ice_validator/tests/test_server_parameters.py
index ec49f02..793051c 100644
--- a/ice_validator/tests/test_server_parameters.py
+++ b/ice_validator/tests/test_server_parameters.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""test
"""
diff --git a/ice_validator/tests/test_servers_metadata_use_get_param.py b/ice_validator/tests/test_servers_metadata_use_get_param.py
index f569edd..ab745c8 100644
--- a/ice_validator/tests/test_servers_metadata_use_get_param.py
+++ b/ice_validator/tests/test_servers_metadata_use_get_param.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/test_software_config_resource_id.py b/ice_validator/tests/test_software_config_resource_id.py
index d15ed9d..2c266ac 100644
--- a/ice_validator/tests/test_software_config_resource_id.py
+++ b/ice_validator/tests/test_software_config_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_unique_name_str_replace_use_req_params.py b/ice_validator/tests/test_unique_name_str_replace_use_req_params.py
index 60a0567..e1d73b7 100644
--- a/ice_validator/tests/test_unique_name_str_replace_use_req_params.py
+++ b/ice_validator/tests/test_unique_name_str_replace_use_req_params.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from tests import cached_yaml as yaml
diff --git a/ice_validator/tests/test_unique_resources_across_all_templates.py b/ice_validator/tests/test_unique_resources_across_all_templates.py
index f85ec57..63ff618 100644
--- a/ice_validator/tests/test_unique_resources_across_all_templates.py
+++ b/ice_validator/tests/test_unique_resources_across_all_templates.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import collections
diff --git a/ice_validator/tests/test_vm_class_has_unique_type.py b/ice_validator/tests/test_vm_class_has_unique_type.py
index 684c1b4..b158f5b 100644
--- a/ice_validator/tests/test_vm_class_has_unique_type.py
+++ b/ice_validator/tests/test_vm_class_has_unique_type.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""heat parameters
diff --git a/ice_validator/tests/test_vm_type_case.py b/ice_validator/tests/test_vm_type_case.py
index a7dbdaf..34d0a6f 100644
--- a/ice_validator/tests/test_vm_type_case.py
+++ b/ice_validator/tests/test_vm_type_case.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/ice_validator/tests/test_vm_type_resource_id.py b/ice_validator/tests/test_vm_type_resource_id.py
index 2a0150c..f500daf 100644
--- a/ice_validator/tests/test_vm_type_resource_id.py
+++ b/ice_validator/tests/test_vm_type_resource_id.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""vm-type resource_id
diff --git a/ice_validator/tests/test_vm_type_syntax.py b/ice_validator/tests/test_vm_type_syntax.py
index 0a096b1..b7ea48b 100644
--- a/ice_validator/tests/test_vm_type_syntax.py
+++ b/ice_validator/tests/test_vm_type_syntax.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""vm-type syntax
diff --git a/ice_validator/tests/test_volume_outputs_consumed.py b/ice_validator/tests/test_volume_outputs_consumed.py
index cad1e7e..41a5c30 100644
--- a/ice_validator/tests/test_volume_outputs_consumed.py
+++ b/ice_validator/tests/test_volume_outputs_consumed.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import glob
import os
diff --git a/ice_validator/tests/test_volume_resource_ids.py b/ice_validator/tests/test_volume_resource_ids.py
index 3beb79f..4fe6e09 100644
--- a/ice_validator/tests/test_volume_resource_ids.py
+++ b/ice_validator/tests/test_volume_resource_ids.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
import pytest
diff --git a/ice_validator/tests/test_volume_templates.py b/ice_validator/tests/test_volume_templates.py
index bb358d5..f65d6d1 100644
--- a/ice_validator/tests/test_volume_templates.py
+++ b/ice_validator/tests/test_volume_templates.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from tests import cached_yaml as yaml
diff --git a/ice_validator/tests/test_volume_templates_outputs.py b/ice_validator/tests/test_volume_templates_outputs.py
index 19fd1e9..4dbd57e 100644
--- a/ice_validator/tests/test_volume_templates_outputs.py
+++ b/ice_validator/tests/test_volume_templates_outputs.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import pytest
diff --git a/ice_validator/tests/utils/__init__.py b/ice_validator/tests/utils/__init__.py
index 1fdd0c9..d0ce845 100644
--- a/ice_validator/tests/utils/__init__.py
+++ b/ice_validator/tests/utils/__init__.py
@@ -35,5 +35,4 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
diff --git a/ice_validator/tests/utils/nested_dict.py b/ice_validator/tests/utils/nested_dict.py
index 692ef5f..f7a2a41 100644
--- a/ice_validator/tests/utils/nested_dict.py
+++ b/ice_validator/tests/utils/nested_dict.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""nested_dict.get
diff --git a/ice_validator/tests/utils/nested_files.py b/ice_validator/tests/utils/nested_files.py
index aff5a6b..5f1f174 100644
--- a/ice_validator/tests/utils/nested_files.py
+++ b/ice_validator/tests/utils/nested_files.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""nested files
diff --git a/ice_validator/tests/utils/nested_iterables.py b/ice_validator/tests/utils/nested_iterables.py
index 0768339..5966201 100644
--- a/ice_validator/tests/utils/nested_iterables.py
+++ b/ice_validator/tests/utils/nested_iterables.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
diff --git a/ice_validator/tests/utils/network_roles.py b/ice_validator/tests/utils/network_roles.py
index ffb9870..4b44d61 100644
--- a/ice_validator/tests/utils/network_roles.py
+++ b/ice_validator/tests/utils/network_roles.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
diff --git a/ice_validator/tests/utils/ports.py b/ice_validator/tests/utils/ports.py
index 4029d3c..f5db5a4 100644
--- a/ice_validator/tests/utils/ports.py
+++ b/ice_validator/tests/utils/ports.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from .network_roles import get_network_role_from_port
diff --git a/ice_validator/tests/utils/vm_types.py b/ice_validator/tests/utils/vm_types.py
index 327b75b..c531b67 100644
--- a/ice_validator/tests/utils/vm_types.py
+++ b/ice_validator/tests/utils/vm_types.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
import re
diff --git a/ice_validator/tests/utils/volumes.py b/ice_validator/tests/utils/volumes.py
index 6f52dd8..7b5d512 100644
--- a/ice_validator/tests/utils/volumes.py
+++ b/ice_validator/tests/utils/volumes.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""volume resources
diff --git a/ice_validator/tests/utils/yaml_custom_utils.py b/ice_validator/tests/utils/yaml_custom_utils.py
index 1e4b0e5..6b99dea 100644
--- a/ice_validator/tests/utils/yaml_custom_utils.py
+++ b/ice_validator/tests/utils/yaml_custom_utils.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
from yaml.constructor import ConstructorError
diff --git a/ice_validator/version.py b/ice_validator/version.py
index d32636e..f688549 100644
--- a/ice_validator/version.py
+++ b/ice_validator/version.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
VERSION = "1.0.0"
diff --git a/ice_validator/vvp-config.yaml b/ice_validator/vvp-config.yaml
index 93532b3..f5f835c 100644
--- a/ice_validator/vvp-config.yaml
+++ b/ice_validator/vvp-config.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
ui:
diff --git a/ice_validator/vvp.py b/ice_validator/vvp.py
index 8d1fc69..731d49b 100644
--- a/ice_validator/vvp.py
+++ b/ice_validator/vvp.py
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
"""
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 1490547..ed71f29 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -16,7 +16,6 @@
# limitations under the License.
# ============LICENSE_END=========================================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
set -ex
diff --git a/pom.xml b/pom.xml
index 7bb469e..f09fa42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<configuration>
<nexusUrl>${onap.nexus.url}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <serverId>onap-staging</serverId>
</configuration>
</plugin>
<plugin>
@@ -138,24 +138,24 @@
</build>
<distributionManagement>
<site>
- <id>ecomp-site</id>
+ <id>onap-site</id>
<url>dav:${onap.nexus.url}${sitePath}</url>
</site>
</distributionManagement>
<repositories>
<repository>
- <id>ecomp-releases</id>
- <name>ECOMP Release Repository</name>
+ <id>onap-releases</id>
+ <name>Release Repository</name>
<url>${onap.nexus.url}/content/repositories/releases/</url>
</repository>
<repository>
- <id>ecomp-snapshots</id>
- <name>ECOMP Snapshot Repository</name>
+ <id>onap-snapshots</id>
+ <name>Snapshot Repository</name>
<url>${onap.nexus.url}/content/repositories/snapshots/</url>
</repository>
<repository>
- <id>ecomp-staging</id>
- <name>ECOMP Staging Repository</name>
+ <id>onap-staging</id>
+ <name>Staging Repository</name>
<url>${onap.nexus.url}/content/repositories/staging/</url>
</repository>
</repositories>
diff --git a/requirements.txt b/requirements.txt
index 0c2112a..6df29ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
pytest==3.7.4
diff --git a/tox.ini b/tox.ini
index 305378c..a4217bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
[tox]