heat/heat_integrationtests
huangtianhua 794a39cf67 Improve gateway_ip updation for subnet
Allow update 'gateway_ip' to null or empty for
neutron subnet, and keep the same behavior as
creation.
Also, this change adds some related functional
tests for neutron subnet resource.

Closes-Bug: #1510800
Change-Id: Ib5511402e1d118457356a8add0042be2b157eb24
2016-01-06 16:01:26 +08:00
..
2015-07-17 11:01:31 +00: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