{ "CinderVolumes.create_and_update_volume": [ { "args": { "create_volume_kwargs": {}, "update_volume_kwargs": { "display_name": "name_updated", "display_description": "desc_updated" }, "size": 1 }, "runner": { "type": "constant", "times": 3, "concurrency": 1 }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } ] }