Merge "Set TEMPEST_CONFIG_DIR in the api tox env"

This commit is contained in:
Jenkins 2015-03-13 23:11:34 +00:00 committed by Gerrit Code Review
commit 9b55f3831a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:api]
setenv = OS_TEST_PATH=./neutron/tests/api
TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc}
[testenv:functional]
setenv = OS_TEST_PATH=./neutron/tests/functional