heat/heat_integrationtests
Steven Hardy 8ea9f81a99 Add a functional test proving OS::Heat::None works with validate
Previously the template-validate logic failed when overriding
resources with OS::Heat::None in the resource_registry, despite
this working fine via create/preview.

Since the fix for bug #1467573 has aligned the template-validate
logic with that of create/preview, this should now work.

Change-Id: Id8d0be57d347e7ef6714477747949bd2dadd470c
Closes-Bug: #1495914
2015-09-21 14:27:16 +01:00
..
2015-07-17 11:01:31 +00:00
2015-09-04 10:29:57 +10:00

Heat integration tests

These tests can be run against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.

To run the tests against DevStack, do the following:

# source DevStack credentials

source /opt/stack/devstack/openrc

# run the heat integration tests with those credentials

cd /opt/stack/heat

tox -eintegration

If custom configuration is required, copy the following file:

heat_integrationtests/heat_integrationtests.conf.sample

to:

heat_integrationtests/heat_integrationtests.conf

and make any required configuration changes before running:

tox -eintegration