# trove-tempest-plugin **Repository Path**: mirrors_openstack/trove-tempest-plugin ## Basic Information - **Project Name**: trove-tempest-plugin - **Description**: Tempest Plugin for Trove project. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ==================== 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