Fix functional test gate
The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
This commit is contained in:
parent
e9159d6f1e
commit
d39b9c91c4
1
tox.ini
1
tox.ini
@ -17,6 +17,7 @@ commands = flake8
|
||||
|
||||
[testenv:functional]
|
||||
setenv = OS_TEST_PATH=./functional/tests
|
||||
passenv = OS_*
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user