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
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.
Description
Languages
Python
100%