Set TEMPEST_CONFIG_DIR in the api tox env

TEMPEST_CONFIG_DIR needs to be set for the api job to execute
successfully.  Previously this was being set by the gate but local
execution required manually setting the variable.

Change-Id: Ic1364388e812a5fca26f37049242f7d09ee75fef
This commit is contained in:
Maru Newby 2015-03-13 18:17:29 +00:00
parent 2d406067f8
commit 4c32405c55
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