diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-01-30 16:02:17 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-01-30 16:03:05 -0600 |
commit | 8540eb59f7e7f8ff2043a8eaf7edfc255a60874a (patch) | |
tree | 8ab81aa60f43bbac7a428730d58a3be83fc5adb4 /ice_validator/tests/fixtures/test_heat_template_structure | |
parent | ed9d46a261ec2e4c98a10001dbf42b5da0e03689 (diff) |
[VVP] Removing unnecessary trademark lines
Issue-ID: VVP-152
Change-Id: I6b978768324f69adba50c75a187509c4a7605341
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures/test_heat_template_structure')
6 files changed, 6 insertions, 12 deletions
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 |