From 4c32405c551360d8289ad8d1c1091421a3c33cf5 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Fri, 13 Mar 2015 18:17:29 +0000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 229dc2f1f..9f7d991a5 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- 2.45.2