Merge "Run tox by stack user in rally-cli job"

This commit is contained in:
Jenkins 2014-06-03 09:56:15 +00:00 committed by Gerrit Code Review
commit 1637980f18

View File

@ -84,7 +84,7 @@
export ENABLED_SERVICES=rally
function post_test_hook {
cd $BASE/new/rally
tox -ecli -v
sudo -H -u stack tox -ecli -v
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh