Cookiecutter Template for new tempest plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ghanshyam Mann 72f0dc204a
[ussuri][goal] Update contributor documentation
3 years ago
{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}_tempest_plugin Distinguish project name and repo name 7 years ago
.gitreview OpenDev Migration Patch 4 years ago
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 3 years ago
LICENSE Initial version of cookiecutter-tempest-plugin 8 years ago
README.rst Update to opendev 4 years ago
cookiecutter.json Distinguish project name and repo name 7 years ago

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.