summaryrefslogtreecommitdiff
path: root/doc/source/plugins/plugin.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to 'all-plugin' tox environmentLukáš Piwowarski2022-10-101-3/+5
| | | | | | | | | | | | | | | The 'all-plugin' tox environment was deprecated by this patch [1]. Instead of the 'all-plugin' it is recommended to use the 'all' tox environment. This patch removes any reference to 'all-plugin' tox environment and updates the documentation so that the installation steps work with the 'all' tox venv. [1] https://review.opendev.org/c/openstack/tempest/+/543974 Related-Bug: 1862240 Change-Id: I0a86d9cf33bff6576a6337967d6b663ab7d9f4a6
* Add tempest.scenario.manager as stable interface for pluginsGhanshyam Mann2021-03-251-0/+1
| | | | | Implements: blueprint tempest-scenario-manager-stable Change-Id: I5da35e4aafeb55b6754fd9cb86eeea04f869686e
* Fix indentation for the example code in documentation.Roman Dobosz2020-12-071-6/+6
| | | | Change-Id: I454c22aaf1ffa56c37c0105ab76aa70d28983f43
* Fix tempest plugin cookicutter repo pathGhanshyam Mann2020-07-151-1/+1
| | | | | | | | | | | | cookicutter expect ether git+<repo-url> or it has the 'git' in url, otherwise it give error - http://paste.openstack.org/show/795952/ plugin cookicutter README is fine but tempest doc does not mention about it and end up having error - https://opendev.org/openstack/tempest-plugin-cookiecutter Change-Id: Ifb12011ac901be57d49a6ae623a24a916837c07d
* Add index page for plugins documentsGhanshyam Mann2020-05-051-0/+349
Now we have more documents for plugins on stable release, support and their testing policy. Let's prepare a index page for it will be easy for plugins maintainer. Also renaming the stable support policy section to have a clear name. Adding redirect links for moved documents. Change-Id: I17a9a6e0e88605a0ee5047678d6ed168c31396ec