heat/heat/tests/templates
Steven Hardy 04aa1215a1 tests : convert test_template_format to test-local templates
test_template_format is different from all other tests, in that
we don't want to use the most minimal template possible, we
actually want to test conversion works with maximal/non-trivial
templates, so copy the two templates used by this test into a
local tests/templates directory, with a README caution that
in general inline-minimal templates are preferred.

Change-Id: Ib5421545103728385992625884f86f2667ee2465
2013-05-08 12:39:47 +01:00
..
Quantum.template tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
Quantum.yaml tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
README tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
WordPress_Single_Instance.template tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
WordPress_Single_Instance.yaml tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00

README

These templates are required by test_template_format, where we don't want to
use a minimal template snippet (we want ideally to test the maximum possible
syntax to prove the format conversion works)

In general, tests should not depend on these templates, inline minimal
template snippets are preferred.