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

Somehow in devstack job all the packages listed in test-requirements are
not installed. There is an explanation [1] for this in the dev list.

So as suggested by Clark Boylan in the thread, just install them in
pre_test_hook.

[1] http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg12531.html

Change-Id: I39cdfb4544fd81db79c02909962f9d4bf1ed879f
This commit is contained in:
Noorul Islam K M 2013-12-27 07:53:40 +05:30
parent 293ef7beac
commit 7f233434cf

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