Add tempest.scenario.manager as stable interface for plugins

Implements: blueprint tempest-scenario-manager-stable
Change-Id: I5da35e4aafeb55b6754fd9cb86eeea04f869686e
This commit is contained in:
Ghanshyam Mann 2021-03-25 21:29:14 -05:00
parent 1072f5043b
commit c2ca52dced
1 changed files with 1 additions and 0 deletions

View File

@ -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