]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make global TemplateResources usable in the tests
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 5 Sep 2013 09:50:08 +0000 (19:50 +1000)
committerSteve Baker <sbaker@redhat.com>
Fri, 6 Sep 2013 23:04:35 +0000 (11:04 +1200)
commit5fc4d75cf52ef39149a1d5fe69de7f7019659a58
tree60ed8322eb7b17250788b8b01b57e865f930af7c
parente884ae5057420f936a03826ad047b81faa3f646b
Make global TemplateResources usable in the tests

At the moment we need the templates installed into /etc/heat/templates
and this is not very nice for the tests. So this patch
replaces "/etc/heat/templates" with the project's own template
path so we can at least test the api of the template resources.

Partial-Bug: #1215797
Change-Id: Ie4924b0358b97af8feaad93ed9187976b8932e3d
heat/tests/common.py