Merge "Pass args to stress tox call"

This commit is contained in:
Jenkins
2014-10-22 20:30:30 +00:00
committed by Gerrit Code Review

View File

@@ -434,7 +434,7 @@ if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then
sudo -H -u tempest tox -efull -- --concurrency=$TEMPEST_CONCURRENCY
elif [[ "$DEVSTACK_GATE_TEMPEST_STRESS" -eq "1" ]] ; then
echo "Running stress tests"
sudo -H -u tempest tox -estress
sudo -H -u tempest tox -estress -- -d 3600 -S -s -t tempest/stress/etc/stress-tox-job.json
elif [[ "$DEVSTACK_GATE_TEMPEST_HEAT_SLOW" -eq "1" ]] ; then
echo "Running slow heat tests"
sudo -H -u tempest tox -eheat-slow -- --concurrency=$TEMPEST_CONCURRENCY