Merge "passenv integration environment variables re-enabling integration tests"

This commit is contained in:
Jenkins 2015-12-11 02:14:54 +00:00 committed by Gerrit Code Review
commit 097dce7f9b
2 changed files with 3 additions and 0 deletions

View File

@ -163,4 +163,6 @@ export REPODIR
export WHEELHOUSE
export OS_TEST_TIMEOUT=600
cd $REPODIR/pbr
tox -epy27 --notest
.tox/py27/bin/python -m pip install ${REPODIR}/requirements
tox -epy27 -- test_integration

View File

@ -6,6 +6,7 @@ envlist = py33,py34,py26,py27,pypy,pep8,docs
[testenv]
usedevelop = True
install_command = pip install {opts} {packages}
passenv = PBR_INTEGRATION PIPFLAGS PIPVERSION PBRVERSION REPODIR WHEELHOUSE PROJECTS OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE
setenv = VIRTUAL_ENV={envdir}
deps = .
-r{toxinidir}/test-requirements.txt