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_environment_file_parameters | |
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_environment_file_parameters')
6 files changed, 3 insertions, 9 deletions
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 |