rally-openstack/samples/tasks/scenarios/cinder/create-incremental-volume-backup.yaml
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

22 lines
406 B
YAML

---
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