Merge "Make the gabbi tox target work with modern tox"

This commit is contained in:
Jenkins 2015-09-14 15:04:33 +00:00 committed by Gerrit Code Review
commit 000697c05a

View File

@ -76,6 +76,7 @@ commands =
# tests. # tests.
[testenv:gabbi] [testenv:gabbi]
setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi
passenv = CEILOMETER_*
commands = commands =
bash -x {toxinidir}/setup-test-env-mongodb.sh \ bash -x {toxinidir}/setup-test-env-mongodb.sh \
python setup.py testr --testr-args="{posargs}" python setup.py testr --testr-args="{posargs}"