Cookiecutter Template for new tempest plugins
Go to file
OpenDev Sysadmins 1c03fef9d4 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:40:43 +00: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 Initial version of cookiecutter-tempest-plugin 2015-10-25 22:52:57 -04:00
cookiecutter.json Distinguish project name and repo name 2015-11-17 11:32:00 +09:00
LICENSE Initial version of cookiecutter-tempest-plugin 2015-10-25 22:52:57 -04:00
README.rst Fix link 2017-09-07 16:33:00 +02:00

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://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.