Files
rally-openstack/samples/tasks/contexts/audit-templates.json
Andriy Kurilin c3c6de9804 Port all samples to task format v2
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
2025-09-17 13:15:29 +02:00

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"
}
}
]
}
}
}
]
}