Metadata-Version: 2.1
Name: congress-tempest-plugin
Version: 0.2.0
Summary: Tempest Plugin for Congress project
Home-page: https://git.openstack.org/cgit/openstack/congress-tempest-plugin
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
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
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: oslo.config (>=5.2.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: tempest (>=17.1.0)
Requires-Dist: tenacity (>=4.4.0)
Requires-Dist: urllib3 (>=1.21.1)

===============================
congress-tempest-plugin
===============================

Tempest Plugin for Congress project.
This project covers Tempest tests for Congress project.

* Free software: Apache license
* Documentation: https://docs.openstack.org/congress-tempest-plugin/latest
* Release notes: https://docs.openstack.org/releasenotes/congress/
* Source: https://git.openstack.org/cgit/openstack/congress-tempest-plugin
* Bugs: https://bugs.launchpad.net/congress

Tempest Integration
-------------------

To list all Congress tempest cases, go to tempest directory, then run::

    $ testr list-tests congress

To run congress tempest plugin tests using tox, go to tempest directory, then run::

    $ tox -eall-plugin congress

And, to run a specific test::

    $ tox -eall-plugin congress_tempest_plugin.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op



