From 8a7aaa5bcb830ddcebf8c38d86313974f7b15100 Mon Sep 17 00:00:00 2001 From: Manik Bindlish Date: Fri, 30 Nov 2018 10:22:30 +0000 Subject: [PATCH] Adding debugger in tox.ini This PS will add debugger in tox.ini So it will be easy to check the tests in debug mode for failure and success too. Change-Id: I604515a7a5fd369f15c215c75db4a0e91c93ca69 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 4d3c6224c7..40680540c7 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,10 @@ commands = coverage xml -o cover/coverage.xml coverage report +[testenv:debug] +basepython = python3 +commands = oslo_debug_helper -t tempest/tests {posargs} + [testenv:all] envdir = .tox/tempest sitepackages = {[tempestenv]sitepackages}