Merge "Use upper-constraints.txt for tempest installation in venv"
This commit is contained in:
commit
1e0980fece
@ -321,7 +321,8 @@ cd /tmp/openstack/tempest
|
|||||||
|
|
||||||
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
|
||||||
virtualenv --system-site-packages run_tempest
|
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
|
run_tempest/bin/tempest run --whitelist_file=/tmp/openstack/tempest/test-whitelist.txt --concurrency=2 $EXCLUDES
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user