From 6dbd5d43df09d4d84f233cc856e67856a1e521e0 Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Thu, 6 Apr 2017 11:16:30 +0300 Subject: [PATCH] [validation] Use jsonschema validator in ScenarioRunner plugins * Added custom validators for "constant" and "rps" runners Change-Id: Icfc7a2d40627b8b41a56aa4ea349033ee3203c9a --- rally-jobs/rally-keystone-api-v2.yaml | 4 ++-- rally-jobs/rally.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rally-jobs/rally-keystone-api-v2.yaml b/rally-jobs/rally-keystone-api-v2.yaml index 0c501553..3a526835 100644 --- a/rally-jobs/rally-keystone-api-v2.yaml +++ b/rally-jobs/rally-keystone-api-v2.yaml @@ -406,7 +406,7 @@ runner: type: "constant" times: 5 - concurrency: 10 + concurrency: 5 context: users: tenants: 1 @@ -424,7 +424,7 @@ runner: type: "constant" times: 5 - concurrency: 10 + concurrency: 5 context: users: tenants: 1 diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 19a6d4b9..fd42d526 100644 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -421,7 +421,7 @@ runner: type: "constant" times: 5 - concurrency: 10 + concurrency: 5 context: users: tenants: 1 @@ -439,7 +439,7 @@ runner: type: "constant" times: 5 - concurrency: 10 + concurrency: 5 context: users: tenants: 1