![huangtianhua](/assets/img/avatar_default.png)
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
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