Adding tests for workbook execution and execution list to Rally
Change-Id: I806aa85a3d0a6aa9965c589ff3f4269aba365966
This commit is contained in:
parent
430f4e106b
commit
854aa45fb3
@ -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
|
Loading…
Reference in New Issue
Block a user