blob: bf9bba508141b23a2e3b763817b4f6b83fe41a06 [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
26If custom configuration is required, edit the [orchestration_plugin] section of
27
28 $DEST/tempest/etc/tempest.conf