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 --- .../test_volume_templates_outputs/fail/missing_outputs_volume.yaml | 3 +-- .../fixtures/test_volume_templates_outputs/pass/well_named_volume.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'ice_validator/tests/fixtures/test_volume_templates_outputs') 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 } -- cgit 1.2.3-korg