623ddc3b0b
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
29 lines
692 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|