tempest-plugin-cookiecutter/cookiecutter.json
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

6 lines
95 B
JSON

{
"project": "Sample",
"repo_name": "sample",
"testclass": "SampleTempestPlugin"
}