Cookiecutter Template for new tempest plugins
Go to file
Ghanshyam Mann 72f0dc204a [ussuri][goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html
Story: #2007236
Task: #38554

Change-Id: I6d51c47f7ab4277a8fe325bac322bfa9dce3d094
2020-04-20 19:23:05 -05:00
{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}_tempest_plugin Distinguish project name and repo name 2015-11-17 11:32:00 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:43 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-04-20 19:23:05 -05:00
LICENSE Initial version of cookiecutter-tempest-plugin 2015-10-25 22:52:57 -04:00
README.rst Update to opendev 2019-05-05 09:35:49 +08:00
cookiecutter.json Distinguish project name and repo name 2015-11-17 11:32:00 +09:00

README.rst

tempest-plugin-cookiecutter

Cookiecutter template for an OpenStack tempest plugin.

  • Free software: Apache license

This cookiecutter template will create a tempest plugin directory within an existing repo. For information on tempest plugins, see https://docs.openstack.org/tempest/latest/plugin.html

Usage

To use, install cookiecutter:

pip install -U cookiecutter

Then cd into the project directory then run:

cookiecutter https://opendev.org/openstack/tempest-plugin-cookiecutter.git

You will be prompted for the project name/repository name/class of the tempest plugin to create.