[validation] Use jsonschema validator in ScenarioRunner plugins
* Added custom validators for "constant" and "rps" runners Change-Id: Icfc7a2d40627b8b41a56aa4ea349033ee3203c9a
This commit is contained in:
parent
55a131d831
commit
6dbd5d43df
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user