wu.chunyang 01672d24d2 Add postgres grant/revoke tests
Add  grant, revoke, update password and privilege validation
tests.

Change-Id: Ifc1d263998ecd8f0783ce2c7eb33fb2feda1f281
Signed-off-by: wu.chunyang <wchy1001@gmail.com>
2026-02-11 17:55:09 +08:00
2026-01-07 17:33:41 +09:00
2024-02-26 11:14:00 +08:00
2019-04-19 19:44:25 +00:00
2025-06-27 03:00:09 +02:00
2026-02-04 03:43:48 +00:00
2020-05-10 14:37:51 +02:00
2024-12-11 09:13:04 +08:00
2024-12-11 09:13:04 +08:00

Trove Tempest Plugin

image

Tempest plugin for Trove Project

It contains tempest tests for Trove project.

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
Description
Tempest Plugin for Trove project
Readme 1.1 MiB
Languages
Python 100%