Pass OS_* env vars fix for tox 2.0

Tox 2.0 stopped passing environment variables from the parent to
the tests, so the functional tests were failing since they rely
on keystone CLI getting the OS_* environment variables.

Change-Id: I4f05379df41a3f6ca24ce8eb6911144a381f058e
This commit is contained in:
Brant Knudson
2015-05-13 19:31:33 -05:00
parent 6a3f1fd730
commit 26f8e3ff3d

View File

@@ -32,6 +32,7 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[testenv:functional]
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
passenv = OS_*
[flake8]
# H405: multi line docstring summary not separated with an empty line