From c2ca52dced651518aae34de109163f350625872c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 25 Mar 2021 21:29:14 -0500 Subject: [PATCH] Add tempest.scenario.manager as stable interface for plugins Implements: blueprint tempest-scenario-manager-stable Change-Id: I5da35e4aafeb55b6754fd9cb86eeea04f869686e --- doc/source/plugins/plugin.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/plugins/plugin.rst b/doc/source/plugins/plugin.rst index 6726def2e0..b1fd6f88c1 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