summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-26 12:52:08 +0000
committerGerrit Code Review <review@openstack.org>2021-03-26 12:52:08 +0000
commitd4f7129d57fa8ab3688b8ae7f8c4063355e31346 (patch)
tree399f81e04272d2fa785a58d42dc1285e5b140c5b /doc
parent65762f6b9384ba6245e8bd2e154a58e224a7fec6 (diff)
parentc2ca52dced651518aae34de109163f350625872c (diff)
downloadtempest-d4f7129d57fa8ab3688b8ae7f8c4063355e31346.tar.gz
Merge "Add tempest.scenario.manager as stable interface for plugins"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/plugins/plugin.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/plugins/plugin.rst b/doc/source/plugins/plugin.rst
index 6726def2e..b1fd6f88c 100644
--- a/doc/source/plugins/plugin.rst
+++ b/doc/source/plugins/plugin.rst
@@ -31,6 +31,7 @@ others are not. A list of stable APIs available to plugins is provided below:
* tempest.common.credentials_factory
* tempest.clients
* tempest.test
+* tempest.scenario.manager
If there is an interface from Tempest that you need to rely on in your plugin
which is not listed above, it likely needs to be migrated to tempest.lib. In