Fix the gabbi target in tox.ini to use correct path

This was never updated when the functional tests were moved. This is
just a convenience target so the problem was never noticed.

Change-Id: Icce30d3de430b1302993a24a0e2b790f6906128c
This commit is contained in:
Chris Dent 2015-10-12 12:26:38 +00:00
parent 1d38d75c79
commit d9b055298f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ commands =
# gabbi tests without needing to discovery across the entire body of
# tests.
[testenv:gabbi]
setenv = OS_TEST_PATH=aodh/tests/gabbi
setenv = OS_TEST_PATH=aodh/tests/functional/gabbi
commands =
bash -x {toxinidir}/setup-test-env-mongodb.sh \
python setup.py testr --testr-args="{posargs}"