Functional tests debug support

Pass OS_* options into tox debug venv in order to
debug functional tests in local, and install ipdb
to make code-debug more convenient.

Change-Id: Ib926948f2b9a52921cf7487fe16ef716481e3ceb
This commit is contained in:
Rui Chen 2017-01-20 17:48:11 +08:00
parent 607f31d3db
commit fd0ac815de
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ commands =
coverage report
[testenv:debug]
commands = oslo_debug_helper -t openstackclient/tests {posargs}
passenv = OS_*
commands =
pip install -q -U ipdb
oslo_debug_helper -t openstackclient/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx