Merge "Update solum devstack job to install packages from test-requirements.txt"

This commit is contained in:
Jenkins 2014-01-07 04:14:52 +00:00 committed by Gerrit Code Review
commit 1147f004c2

View File

@ -18,6 +18,9 @@
export PROJECTS="stackforge/solum"
function pre_test_hook {
# Install packages from test-requirements.txt
sudo pip install -r /opt/stack/new/solum/test-requirements.txt
# Install solum devstack integration
SOLUM_BASE=/opt/stack/new/solum/contrib/devstack
DEVSTACK_BASE=/opt/stack/new/devstack