Merge "Add genconfig tox job for sample config file generation"
This commit is contained in:
commit
581d8ada14
4
tox.ini
4
tox.ini
@ -39,6 +39,10 @@ commands =
|
|||||||
python setup.py testr --coverage \
|
python setup.py testr --coverage \
|
||||||
--testr-args='^(?!.*test.*coverage).*$'
|
--testr-args='^(?!.*test.*coverage).*$'
|
||||||
|
|
||||||
|
[testenv:genconfig]
|
||||||
|
commands =
|
||||||
|
bash tools/config/generate_sample.sh -b . -p cinder -o etc/cinder
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user