Cookiecutter Template for new tempest plugins
Go to file
Yuiko Takada dd9ea3eaf8 Distinguish project name and repo name
Currently, initials of project names are written with a lower case.
This patch set distinguishes project name of which initials are written with
a capital case, and repo name of which initials are written with a lower case.

e.g.) Nova
project name: Nova
repo name: nova

Change-Id: I3899c06e970946d219c81638e089148ae0d7eb3b
2015-11-17 11:32:00 +09:00
{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}_tempest_plugin Distinguish project name and repo name 2015-11-17 11:32:00 +09:00
.gitreview Added .gitreview 2015-10-15 15:40:01 +00:00
CONTRIBUTING.rst Initial version of cookiecutter-tempest-plugin 2015-10-25 22:52:57 -04:00
LICENSE Initial version of cookiecutter-tempest-plugin 2015-10-25 22:52:57 -04:00
README.rst Distinguish project name and repo name 2015-11-17 11:32:00 +09: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 http://docs.openstack.org/developer/tempest/plugin.html

Usage

To use, cd into the project directory then run:

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

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