Metadata-Version: 1.1
Name: heat-tempest-plugin
Version: 0.1.0
Summary: OpenStack Orchestration Tempest Plugin
Home-page: http://docs.openstack.org/developer/heat-tempest-plugin
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ===================
        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
        
        
Keywords: setup
distutils
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
