Metadata-Version: 1.1
Name: solum-tempest-plugin
Version: 1.0.0
Summary: Tempest plugin for the solum project.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ========================
        Team and repository tags
        ========================
        
        .. image:: https://governance.openstack.org/tc/badges/solum-tempest-plugin.svg
            :target: https://governance.openstack.org/tc/reference/tags/index.html
        
        ============================
        Tempest Integration of Solum
        ============================
        
        This directory contains Tempest tests to cover the Solum project, as well
        as a plugin to automatically load these tests into tempest.
        
        See the Tempest plugin docs for information on using it:
        https://docs.openstack.org/tempest/latest/#using-plugins
        
        * Free software: Apache license
        * Documentation: https://docs.openstack.org/solum-tempest-plugin/latest
        * Source: https://git.openstack.org/cgit/openstack/solum-tempest-plugin
        * Bugs: https://bugs.launchpad.net/solum
        
        Running the tests
        -----------------
        
        To run all tests from this plugin, install Solum into your environment and
        navigate to tempest directory::
        
            $ cd /opt/stack/tempest
        
        Run this command::
        
            $ tox -e all-plugin -- solum_tempest_plugin
        
        To run a single test case, run with the test case name, for example::
        
            $ tox -e all-plugin -- solum_tempest_plugin.camp.v1_1.test_plans.TestPlansController.test_create_camp_plan
        
        
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.3
Classifier: Programming Language :: Python :: 3.4
