[VVP] adding heat template-validate test
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_valid_heat / pass / pass.yaml
diff --git a/ice_validator/tests/fixtures/test_valid_heat/pass/pass.yaml b/ice_validator/tests/fixtures/test_valid_heat/pass/pass.yaml
new file mode 100644 (file)
index 0000000..c2fdd95
--- /dev/null
@@ -0,0 +1,16 @@
+heat_template_version: 2014-10-16 
+description: This is a test heat template 
+parameters: 
+  testparam: 
+    type: string 
+    description: This is a test parameter
+resources: 
+  test_resource: 
+    type: OS::Heat::RandomString 
+    properties: 
+      length: { get_param: testparam }
\ No newline at end of file