Merge "Add rally devstack integration to rally-cli job"

This commit is contained in:
Jenkins 2014-06-25 22:56:35 +00:00 committed by Gerrit Code Review
commit bb4e916ab8

View File

@ -105,6 +105,11 @@
#/bin/bash -xe
export PROJECTS="stackforge/rally $PROJECTS"
export ENABLED_SERVICES=rally
function pre_test_hook {
# Install rally-devstack integration
cp -r $BASE/new/rally/contrib/devstack/* $BASE/new/devstack
}
function post_test_hook {
cd $BASE/new/rally
sudo -H -u stack tox -ecli -v