Add the tempest command check-uuid to tox.ini

Change-Id: Ide3a407fd99c0a1e60ed119b3dcd5ff452c7b0dc
This commit is contained in:
Dougal Matthews 2017-11-15 12:35:02 +00:00
parent 70994aa409
commit 138372e724
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,11 @@ whitelist_externals = find
[testenv:pep8]
commands =
flake8 tripleo_common_tempest_plugin
check-uuid --package tripleo_common_tempest_plugin
[testenv:uuidgen]
commands =
check-uuid --package tripleo_common_tempest_plugin --fix
[testenv:venv]
commands = {posargs}
@ -28,3 +33,4 @@ enable-extensions=H106,H203
show-source = true
exclude=.venv,.git,.tox,*lib/python*,*egg,tools,build,releasenotes
max-complexity=10