rally-openstack/samples/tasks/scenarios/cinder/create-and-list-volume-backups.json
yuriy_n 0b74a86f11 Add Cinder create_and_list_volume_backups scenario
Implement create and list volume backups scenario for Cinder.
This scenario covers cinder "backup-create" and "backup-list".

Change-Id: Ia8a8ee0a6e5b85ec3151301054d4528bd7daa0f4
2015-07-29 17:04:33 +03:00

24 lines
549 B
JSON

{
"CinderVolumes.create_and_list_volume_backups": [
{
"args": {
"size": 1,
"detailed": true,
"do_delete": true
},
"runner": {
"type": "constant",
"times": 2,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"roles": ["Member"]
}
}
]
}