99ada15be3ac57847e9fd1d5309035548ad8fb3a
- Python 3.5 support was already removed from Tempest[1] so we can remove it. - Add Python 3.8, 3.9 and 3.10 ecause these have been part of tested runtimes for a few cycles and are actually used in testing. [1] b0a8057fbbf08ff072bfb6e836535f090fd6efc7 Change-Id: I39b822ef294f673adfb35e5d45672ad1f9347944
Heat Tempest Plugin
Tests can be run as a tempest plugin against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.
To run the tests against DevStack, do the following:
# Define DEST
export DEST=/opt/stack
# create test resources and write tempest config
$DEST/heat/heat_integrationtests/prepare_test_env.sh
$DEST/heat/heat_integrationtests/prepare_test_network.sh
# run tempest selecting only these tests
cd $DEST/tempest
tempest run --regex heat_tempest_plugin.tests
If custom configuration is required, edit the [heat_plugin] section of
$DEST/tempest/etc/tempest.conf
Description
Languages
Python
100%