Merge "Add sla check in rally task"

This commit is contained in:
Zuul 2018-07-18 17:24:06 +00:00 committed by Gerrit Code Review
commit 803faedac0

View File

@ -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
}