aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
new file mode 100644
index 0000000..6064c91
--- /dev/null
+++ b/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
@@ -0,0 +1,15 @@
+heat_template_version: 2015-04-30
+
+description: fdsafsfsa
+
+parameters:
+
+ test_paramassd:
+ type: string
+
+resources:
+
+ test_resource:
+ type: test::resource
+ properties:
+ test_param: { get_param: test_param }