[VVP] adding heat template-validate test
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_valid_heat / fail / fail.yaml
1 heat_template_version: 2014-10-16 
2  
3 description: This is a test heat template 
4  
5 parameters: 
6  
7   testparam: 
8     type: string 
9     description: This is a test parameter
10  
11 resources: 
12  
13   test_resource: 
14     type: OS::BAD::RandomString 
15     properties: 
16       length: { get_param: testparam }