aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_volume_templates
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-01-30 16:02:17 -0600
committerLovett, Trevor <trevor.lovett@att.com>2019-01-30 16:03:05 -0600
commit8540eb59f7e7f8ff2043a8eaf7edfc255a60874a (patch)
tree8ab81aa60f43bbac7a428730d58a3be83fc5adb4 /ice_validator/tests/fixtures/test_volume_templates
parented9d46a261ec2e4c98a10001dbf42b5da0e03689 (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_volume_templates')
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml3
4 files changed, 4 insertions, 8 deletions
diff --git a/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
index 52402d5..714a433 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/badly_named_volume_1.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
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/fail/missing_keyword.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
index 52402d5..714a433 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/missing_keyword.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
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/fail/only_nova_severs_in_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
index 4b1a46e..4ef3606 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/fail/only_nova_severs_in_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -48,4 +47,4 @@ resources:
vm_type_1:
type: OS::Nova::Server
properties:
- name: { get_param: vm_type_name_1 } \ No newline at end of file
+ name: { get_param: vm_type_name_1 }
diff --git a/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml b/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
index c657882..4ec87da 100644
--- a/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
+++ b/ice_validator/tests/fixtures/test_volume_templates/pass/well_named_volume.yaml
@@ -35,7 +35,6 @@
#
# ============LICENSE_END============================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
---
resources:
@@ -56,4 +55,4 @@ resources:
resource_def:
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 }