Metadata-Version: 2.1
Name: heat-tempest-plugin
Version: 2.6.0
Summary: OpenStack Orchestration Tempest Plugin
Home-page: http://docs.openstack.org/developer/heat-tempest-plugin
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Keywords: setup,distutils
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: keystoneauth1 >=3.4.0
Requires-Dist: oslo.config >=5.2.0
Requires-Dist: oslo.log >=3.36.0
Requires-Dist: oslo.messaging >=5.29.0
Requires-Dist: os-collect-config >=5.0.0
Requires-Dist: paramiko >=2.0.0
Requires-Dist: python-cinderclient >=3.3.0
Requires-Dist: gnocchiclient >=3.3.1
Requires-Dist: python-heatclient >=1.10.0
Requires-Dist: python-neutronclient >=6.7.0
Requires-Dist: python-novaclient >=9.1.0
Requires-Dist: python-swiftclient >=3.2.0
Requires-Dist: python-zaqarclient >=1.0.0
Requires-Dist: testtools >=2.2.0
Requires-Dist: testscenarios >=0.4
Requires-Dist: tempest >=17.1.0
Requires-Dist: gabbi >=1.42.1
Requires-Dist: kombu >=4.0.0

===================
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

