Need to move file resources required by tests. 79/36079/1
authorspisarski <s.pisarski@cablelabs.com>
Wed, 14 Jun 2017 03:22:33 +0000 (11:22 +0800)
committerspisarski <s.pisarski@cablelabs.com>
Wed, 14 Jun 2017 03:22:33 +0000 (11:22 +0800)
commitc11ad93486a89a29cf90bfeceb0e1da38c419799
treed030026510b40e0d9dd4d2b29d8e3f2360d3156a
parent01508fe34b6595f8b47ea808e433bc8cb210e94e
Need to move file resources required by tests.

Functest was not installing the heat resource files required
by the snaps tests being run by Functest as the heat template
file used by the tests as it was under the repository's root
directory which is causing tests to fail.

Change-Id: I214d2e61e92f7dfa2e9859dded1e7ea08706314d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
examples/heat/__init__.py [deleted file]
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/tests/heat/__init__.py [new file with mode: 0644]
snaps/openstack/tests/heat/test_heat_template.yaml [moved from examples/heat/test_heat_template.yaml with 100% similarity]
snaps/openstack/utils/tests/heat_utils_tests.py
snaps/provisioning/heat/__init__.py [deleted file]
snaps/provisioning/tests/scripts/__init__.py [moved from examples/__init__.py with 100% similarity]