[validation] Use jsonschema validator in ScenarioRunner plugins

* Added custom validators for "constant" and "rps" runners

Change-Id: Icfc7a2d40627b8b41a56aa4ea349033ee3203c9a
This commit is contained in:
Anton Studenov 2017-04-06 11:16:30 +03:00
parent 55a131d831
commit 6dbd5d43df
2 changed files with 4 additions and 4 deletions

View File

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

View File

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