From 8540eb59f7e7f8ff2043a8eaf7edfc255a60874a Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Wed, 30 Jan 2019 16:02:17 -0600 Subject: [VVP] Removing unnecessary trademark lines Issue-ID: VVP-152 Change-Id: I6b978768324f69adba50c75a187509c4a7605341 Signed-off-by: Lovett, Trevor --- .../fail/non_heat_template_invalid_keys.yaml | 3 +-- .../fail/non_heat_template_invalid_keys.yml | 3 +-- .../fail/non_heat_template_no_valid_keys.yaml | 3 +-- .../test_heat_template_structure/pass/valid_heat_template.yaml | 3 +-- .../fixtures/test_heat_template_structure/pass/valid_heat_template.yml | 3 +-- .../pass/valid_heat_template_minimal_sections.yaml | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) (limited to 'ice_validator/tests/fixtures/test_heat_template_structure') 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 -- cgit 1.2.3-korg