rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 1 | =================== |
| 2 | Heat Tempest Plugin |
| 3 | =================== |
| 4 | |
| 5 | Tests can be run as a tempest plugin against any heat-enabled OpenStack |
| 6 | cloud, however defaults match running against a recent DevStack. |
| 7 | |
| 8 | To 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 | |
rabi | f89752b | 2017-11-18 22:14:30 +0530 | [diff] [blame] | 26 | If custom configuration is required, edit the [heat_plugin] section of |
rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 27 | |
| 28 | $DEST/tempest/etc/tempest.conf |