Fix rally-cli tests

Run cli tests directly by `tox -ecli'

Change-Id: I3dfb8a7d62ade55f93a01886347a2019242874ef
This commit is contained in:
Sergey Skripnick 2014-05-27 00:34:01 +03:00
parent 6922525911
commit 77ec9be12e

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