Adding tests for workbook execution and execution list to Rally

Change-Id: I806aa85a3d0a6aa9965c589ff3f4269aba365966
This commit is contained in:
Noa Koffman 2016-11-01 08:24:35 +00:00 committed by Renat Akhmerov
parent 430f4e106b
commit 854aa45fb3
1 changed files with 30 additions and 0 deletions

View File

@ -45,3 +45,33 @@
failure_rate:
max: 0
MistralExecutions.create_execution_from_workbook:
-
args:
definition: "/home/jenkins/.rally/extra/mistral_wb.yaml"
do_delete: true
runner:
type: "constant"
times: 20
concurrency: 5
context:
users:
tenants: 1
users_per_tenant: 1
sla:
failure_rate:
max: 0
MistralExecutions.list_executions:
-
runner:
type: "constant"
times: 50
concurrency: 10
context:
users:
tenants: 1
users_per_tenant: 1
sla:
failure_rate:
max: 0