# heat-tempest-plugin **Repository Path**: mirrors_openstack/heat-tempest-plugin ## Basic Information - **Project Name**: heat-tempest-plugin - **Description**: OpenStack Orchestration (Heat) Tempest Plugin. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =================== 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