aa000b2b33
m1.tiny flavor is hard coded to some tests. This flavor is not always there, for instance if I don't use devstack. heat_integrationtests/prepare_test_env.sh creates m1.heat_int flavor which is the same size as m1.tiny according to the document at admin-guide/cli-manage-flavors.html Change-Id: I36524e069eacb36c7e6e7e0297c600ee68be88d6
Heat integration tests
These 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_integrationtests
If custom configuration is required, edit the [heat_plugin] section of
$DEST/tempest/etc/tempest.conf