]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
tests : convert test_template_format to test-local templates
authorSteven Hardy <shardy@redhat.com>
Tue, 7 May 2013 14:59:49 +0000 (15:59 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 8 May 2013 11:39:47 +0000 (12:39 +0100)
commit04aa1215a1cbc5b38d9529f8984258088d2c0861
tree4cfa2a96ae98183f52e1421b0c7964efb06a0b24
parent5e2a562fc44c445b452d453f2ea32e6b7655e69f
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
heat/tests/templates/Quantum.template [new file with mode: 0644]
heat/tests/templates/Quantum.yaml [new file with mode: 0644]
heat/tests/templates/README [new file with mode: 0644]
heat/tests/templates/WordPress_Single_Instance.template [new file with mode: 0644]
heat/tests/templates/WordPress_Single_Instance.yaml [new file with mode: 0644]
heat/tests/test_template_format.py