Merge "Use upper-constraints.txt for tempest installation in venv"

This commit is contained in:
Jenkins 2017-07-20 20:23:41 +00:00 committed by Gerrit Code Review
commit 1e0980fece
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@ cd /tmp/openstack/tempest
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
virtualenv --system-site-packages run_tempest
run_tempest/bin/pip install -U .
run_tempest/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -U -r requirements.txt
run_tempest/bin/python setup.py install
run_tempest/bin/tempest run --whitelist_file=/tmp/openstack/tempest/test-whitelist.txt --concurrency=2 $EXCLUDES
RESULT=$?
set -e