8f370d6174
Currently we have retry logic with random period of delay. There is a chance, when we have several re-try attemts with maximum timeout, so it can be a root cause of floating fails, when we have not enough time for getting all signals. Also decrease number of signals from 30 to 25, due to small risk, when one of signals goes to ConcurrentTransaction error. Note, that all these changes are made in corresponding functional test and don't affect main code. Change-Id: I9ca85c4378d0f62e316f4f40ff73597ffaaabadf Related-Bug: #1497274
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