X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_valid_heat%2Ffail%2Ffail1.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_valid_heat%2Ffail%2Ffail1.yaml;h=56063085715f4a925430a54f2c3e03dfc7d5db9c;hb=62a48cfb8f633a5b8374d975174999d04c3bdcee;hp=0000000000000000000000000000000000000000;hpb=6c566ba71d909294cbc46224b763037a21da6491;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/fixtures/test_valid_heat/fail/fail1.yaml b/ice_validator/tests/fixtures/test_valid_heat/fail/fail1.yaml new file mode 100644 index 0000000..5606308 --- /dev/null +++ b/ice_validator/tests/fixtures/test_valid_heat/fail/fail1.yaml @@ -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: + notprop: { get_param: testparam } \ No newline at end of file