rally-openstack/samples/tasks/scenarios/cinder/create-incremental-volume-backup.json
zhangzhang 623ddc3b0b Add cinder.CreateIncrementalVolumeBackup scenario
The scenario first create a volume, the create a backup, the
backup is full backup. Because Incremental backup must be based on the
full backup. finally create a incremental backup.

Change-Id: Ia9471020a0f7009288949196bd2603a4b56e7c4a
2017-01-16 10:01:25 -05:00

29 lines
692 B
JSON

{
"CinderVolumeBackups.create_incremental_volume_backup": [
{
"args": {
"size": 1,
"create_volume_kwargs": {},
"create_backup_kwargs": {}
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"roles": ["admin"]
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}