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:
parent
1d38d75c79
commit
d9b055298f
2
tox.ini
2
tox.ini
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user