
Implement create and list volume backups scenario for Cinder. This scenario covers cinder "backup-create" and "backup-list". Change-Id: Ia8a8ee0a6e5b85ec3151301054d4528bd7daa0f4
24 lines
549 B
JSON
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"]
|
|
}
|
|
}
|
|
]
|
|
}
|