Merge "Fix rally-cli tests"

This commit is contained in:
Jenkins 2014-05-28 06:39:09 +00:00 committed by Gerrit Code Review
commit f98ad18c66
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@
- shell: |
#/bin/bash -xe
function post_test_hook {
/usr/local/jenkins/slave_scripts/run-tox.sh cli stackforge rally
cd $BASE/new/rally
tox -ecli -v
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh