From d39b9c91c4801753895fac8047aa2371a63bb96a Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Fri, 15 May 2015 08:39:39 -0600 Subject: [PATCH] Fix functional test gate The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fdac2b330..2ee9cdbc1 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ commands = flake8 [testenv:functional] setenv = OS_TEST_PATH=./functional/tests +passenv = OS_* [testenv:venv] commands = {posargs}