66936ea374
Skip the following functional tests for convergence gate: StackValidationTest UpdateStackTest.test_stack_update_alias_type and UpdateStackTest.test_stack_update_alias_changes so that we can make the convergence gate mandatory to run. Except this tests all should be passing in convergence. Co-Authored-By: Rakesh H S <rh-s@hpe.com> Change-Id: Ia973b3033b031eff7b3713c347630bf5d91d0377
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