Added HOME env variable to tox testenv
This is necessary because some openhift modules search for the $HOME/.kube/config file and fail because they cannot find it. Change-Id: I9ab53ffdc0ac86dd903aa1c5f2b0b52f521c3097
This commit is contained in:
parent
d1ed7ca901
commit
652c9696a8
1
tox.ini
1
tox.ini
@ -20,6 +20,7 @@ passenv =
|
|||||||
TOBIKO_*
|
TOBIKO_*
|
||||||
TOX_*
|
TOX_*
|
||||||
PYTEST_*
|
PYTEST_*
|
||||||
|
HOME
|
||||||
setenv =
|
setenv =
|
||||||
OS_LOG_CAPTURE = {env:OS_LOG_CAPTURE:true}
|
OS_LOG_CAPTURE = {env:OS_LOG_CAPTURE:true}
|
||||||
OS_STDOUT_CAPTURE = {env:OS_STDOUT_CAPTURE:true}
|
OS_STDOUT_CAPTURE = {env:OS_STDOUT_CAPTURE:true}
|
||||||
|
Loading…
Reference in New Issue
Block a user