edb8e04082
It improves code readability and gets cinder volume backups scenarios standardized. Change-Id: I910876a74231b661cdaa69fa2e76bcf2fc7f8fe8
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"CinderVolumes.create_and_list_volume_backups": [
|
|
{
|
|
"args": {
|
|
"size": 1,
|
|
"detailed": true,
|
|
"do_delete": true,
|
|
"create_volume_kwargs": {},
|
|
"create_backup_kwargs": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"roles": ["Member"]
|
|
}
|
|
}
|
|
]
|
|
}
|