https://github.com/openstack/heat-tempest-plugin
OpenStack Orchestration (Heat) Tempest Plugin. Mirror of code maintained at opendev.org.
https://github.com/openstack/heat-tempest-plugin
Last synced: about 1 year ago
JSON representation
OpenStack Orchestration (Heat) Tempest Plugin. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/heat-tempest-plugin
- Owner: openstack
- License: apache-2.0
- Created: 2017-11-16T16:08:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T12:24:49.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:52:40.840Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/heat-tempest-plugin
- Size: 688 KB
- Stars: 5
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
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