Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"version": 2,
|
|
"title": "Dummy Audit Templates",
|
|
"description": "Test audit templates operations",
|
|
"subtasks": [
|
|
{
|
|
"title": "Dummy audit templates",
|
|
"scenario": {
|
|
"Dummy.openstack": {
|
|
"sleep": 0.1
|
|
}
|
|
},
|
|
"runner": {
|
|
"constant": {
|
|
"times": 4,
|
|
"concurrency": 2
|
|
}
|
|
},
|
|
"contexts": {
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|