Metadata-Version: 2.1
Name: trove-tempest-plugin
Version: 2.6.1.dev5
Summary: Tempest plugin for Trove project
Home-page: https://docs.openstack.org/trove/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
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: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: oslo.config (>=5.2.0)
Requires-Dist: oslo.log (>=3.44.1)
Requires-Dist: oslo.serialization (>=2.29.1)
Requires-Dist: oslo.service (>=1.40.1)
Requires-Dist: oslotest (>=3.2.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: tempest (>=17.1.0)
Requires-Dist: tenacity (>=5.1.1)
Requires-Dist: SQLAlchemy (>=1.4.0)
Requires-Dist: PyMySQL (>=0.7.6)
Requires-Dist: psycopg2 (>=2.6.2)
Requires-Dist: python-swiftclient (>=3.2.0)

====================
Trove Tempest Plugin
====================

.. image:: https://governance.openstack.org/tc/badges/trove-tempest-plugin.svg

.. Change things from this point on

Tempest plugin for Trove Project

It contains tempest tests for Trove project.

* Free software: Apache license
* Documentation: https://docs.openstack.org/trove/latest/
* Source: https://opendev.org/openstack/trove-tempest-plugin
* Bugs: https://bugs.launchpad.net/trove

Installing
----------

Clone this repository, and call from the repo::

    $ python3 -m pip install -e .

Running the tests
-----------------

To run all the tests from this plugin, call from the tempest repo::

    $ tox -e all -- trove_tempest_plugin

To run a single test case, call with full path, for example::

    $ tox -e all -- trove-tempest-plugin.blob.master.trove_tempest_plugin.tests.api.test_flavors.DatabaseFlavorsTest.test_get_db_flavor

To retrieve a list of all tempest tests, run::

    $ testr list-tests

