blob: 7206991e7aec8aeed040833ab25f5e7b1cd7b966 [file] [log] [blame]
rabid2916d02017-09-22 18:19:24 +05301===================
2Heat Tempest Plugin
3===================
4
5Tests can be run as a tempest plugin against any heat-enabled OpenStack
6cloud, however defaults match running against a recent DevStack.
7
8To run the tests against DevStack, do the following:
9
10 # Define DEST
11
12 export DEST=/opt/stack
13
14 # create test resources and write tempest config
15
16 $DEST/heat/heat_integrationtests/prepare_test_env.sh
17
18 $DEST/heat/heat_integrationtests/prepare_test_network.sh
19
20 # run tempest selecting only these tests
21
22 cd $DEST/tempest
23
24 tempest run --regex heat_tempest_plugin.tests
25
rabif89752b2017-11-18 22:14:30 +053026If custom configuration is required, edit the [heat_plugin] section of
rabid2916d02017-09-22 18:19:24 +053027
28 $DEST/tempest/etc/tempest.conf