Merge "Revert "Add testr slowest to the end of the test run""

This commit is contained in:
Jenkins 2017-03-06 22:21:35 +00:00 committed by Gerrit Code Review
commit aadb76c2ab
1 changed files with 0 additions and 6 deletions

View File

@ -865,11 +865,5 @@ if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then
echo "Running tempest smoke tests"
$TEMPEST_COMMAND -esmoke -- --concurrency=$TEMPEST_CONCURRENCY
fi
# Print the slowest tests at the end of the run
if [[ "$DEVSTACK_GATE_TEMPEST_ALL_PLUGINS" -eq "1" ]]; then
sudo -H -u tempest .tox/all-plugin/bin/testr slowest
else
sudo -H -u tempest .tox/tempest/bin/testr slowest
fi
fi