diff --git a/rally/templates/bin/_run-task.sh.tpl b/rally/templates/bin/_run-task.sh.tpl index 9e3ee6a2ac..340c780565 100644 --- a/rally/templates/bin/_run-task.sh.tpl +++ b/rally/templates/bin/_run-task.sh.tpl @@ -29,6 +29,7 @@ function run_rally () { rally task start /tasks/rally/${CURRENT_TEST}.yaml rally task list rally task report --out /var/lib/rally/data/${CURRENT_TEST}.html + rally task sla-check }