Add passenv parameter for tox G.variables passthrough

- Add passenv parameter for OS_* variables that needed for functional testing

Change-Id: I6e61bd475476e61bdf86380b4e2bb7de1bbee469
Closes-Bug: #1473411
This commit is contained in:
Victor Ryzhenkin 2015-07-10 14:33:55 +03:00
parent 775a0f8d9b
commit 96a6063fcb
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ commands = {posargs}
[testenv:functional]
setenv =
OS_TEST_PATH = ./muranoclient/tests/functional
passenv = OS_*
[testenv:uitests]
commands = python setup.py testr --slowest --testr-args="--concurrency 1 {posargs}"