Add rally devstack integration to rally-cli job
Rally needed to be installed by devstack in order to implement full integrated tests. Change-Id: I649f19a36282ddf016ca78cdf2fdb71662b03854
This commit is contained in:
parent
69a05b3b3f
commit
51517d1cbd
@ -105,6 +105,11 @@
|
|||||||
#/bin/bash -xe
|
#/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="stackforge/rally $PROJECTS"
|
||||||
export ENABLED_SERVICES=rally
|
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 {
|
function post_test_hook {
|
||||||
cd $BASE/new/rally
|
cd $BASE/new/rally
|
||||||
sudo -H -u stack tox -ecli -v
|
sudo -H -u stack tox -ecli -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user