41cc012b34
Regression tests will be maintained in-tree. See categries list:
https://etherpad.openstack.org/p/heat-integration-test-categories
We will seperate tests to tempest plugin or in-tree base on conditions
of each tests. So we need to rework on framework for integration tests.
This patch propose following changes:
* This partially reverts commit fff6518e69
* Allow running heat tempest plugin and heat regression tests.
* iniset configs to both heat_integrationtests.conf and tempest.conf
Change-Id: Ief31dc961bc108e2863119598dfb16581a38e9cf
Depends-On: I5e9325766ce166e62c731330c462c030cb1e11fc
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
26 lines
839 B
ReStructuredText
26 lines
839 B
ReStructuredText
======================
|
|
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::
|
|
|
|
export DEST=/opt/stack
|
|
|
|
# create test resources and write config
|
|
$DEST/heat/heat_integrationtests/prepare_test_env.sh
|
|
$DEST/heat/heat_integrationtests/prepare_test_network.sh
|
|
|
|
# run the heat integration tests
|
|
cd $DEST/heat
|
|
stestr --test-path=heat_integrationtests
|
|
|
|
If the Heat Tempest Plugin is also installed, the tests from that will be run
|
|
as well.
|
|
|
|
If custom configuration is required, add it in the file
|
|
``heat_integrationtests/heat_integrationtests.conf``. A sample configuration is
|
|
available in ``heat_integrationtests/heat_integrationtests.conf.sample``
|