From 138372e724eced36403243c36dd2b26f9109150c Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 15 Nov 2017 12:35:02 +0000 Subject: [PATCH] Add the tempest command check-uuid to tox.ini Change-Id: Ide3a407fd99c0a1e60ed119b3dcd5ff452c7b0dc --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index d9bae1d..d9512b8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 +