Allow tox to be able to run independent functional tests

Allows tox to be able to run all functional tests in a Class as
well as a single functional test. Also runs the tests in verbose
mode, as is done in the gate.

Change-Id: I1fba43aa8c577c81da07522f84cddc36fd7807e1
Closes-Bug: #1514699
This commit is contained in:
“Fernando 2015-11-10 00:09:58 -06:00
parent bf187bad98
commit 37bd68c4ac
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ commands = python setup.py build_sphinx
# Note: This requires local running instances of Barbican
deps =
{[testenv]deps}
commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
commands = nosetests {toxinidir}/functionaltests/{posargs} -v
[tox:jenkins]
downloadcache = ~/cache/pip