rally-openstack/samples/tasks/scenarios/cinder/create-and-list-snapshots.json
Yuriy Nesenenko 1909089138 Add list_snapshots scenario for Cinder test
Change-Id: I7e8bb7880f2e004332ea0e11c54e7242d89744c9
2015-01-20 16:00:38 +00:00

25 lines
555 B
JSON

{
"CinderVolumes.create_and_list_snapshots": [
{
"args": {
"force": false,
"detailed": true
},
"runner": {
"type": "constant",
"times": 2,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"volumes": {
"size": 1
}
}
}
]
}