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/mismatch_vm_type_port_id_get_resource.yaml | 3 +-- .../fail/wrong_port_attached_to_nova_server_get_resource.yaml | 3 +-- .../wrong_port_attached_to_nova_server_get_resource_uppercase.yaml | 3 +-- .../tests/fixtures/test_port_resource_ids/pass/valid_template.yaml | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) (limited to 'ice_validator/tests/fixtures/test_port_resource_ids') 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 -- cgit 1.2.3-korg