01073786d2
This patch set removes extra field from scenarios and context since Watcher team has removed extra field from Watcher and Watcher Client. Change-Id: Ibaf4e9e4e0583b50e8d11aed596f54f5c16449b8
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
---
|
|
Watcher.create_audit_and_delete:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
audit_templates:
|
|
audit_templates_per_admin: 5
|
|
fill_strategy: "round_robin"
|
|
params:
|
|
- goal:
|
|
name: "dummy"
|
|
strategy:
|
|
name: "dummy"
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
Watcher.create_audit_template_and_delete:
|
|
-
|
|
args:
|
|
goal:
|
|
name: "dummy"
|
|
strategy:
|
|
name: "dummy"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
Watcher.list_audit_templates:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
audit_templates:
|
|
audit_templates_per_admin: 5
|
|
fill_strategy: "random"
|
|
params:
|
|
- goal:
|
|
name: "workload_balancing"
|
|
strategy:
|
|
name: "workload_stabilization"
|
|
- goal:
|
|
name: "dummy"
|
|
strategy:
|
|
name: "dummy"
|
|
sla:
|
|
failure_rate:
|
|
max: 0 |