aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_heat_template_structure
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_heat_template_structure')
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_invalid_keys.yml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/non_heat_template_no_valid_keys.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yaml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template.yml3
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/pass/valid_heat_template_minimal_sections.yaml3
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