From 854aa45fb321d888f87043006796fb1f1e4c6429 Mon Sep 17 00:00:00 2001 From: Noa Koffman Date: Tue, 1 Nov 2016 08:24:35 +0000 Subject: [PATCH] Adding tests for workbook execution and execution list to Rally Change-Id: I806aa85a3d0a6aa9965c589ff3f4269aba365966 --- rally-jobs/task-mistral.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/rally-jobs/task-mistral.yaml b/rally-jobs/task-mistral.yaml index ed5ba78b6..65fd037cf 100644 --- a/rally-jobs/task-mistral.yaml +++ b/rally-jobs/task-mistral.yaml @@ -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 \ No newline at end of file