1f42313ec3
List all transfers. This simple scenario tests the "cinder transfer-list" command by listing all the volume transfers. Change-Id: I4703226a89a96ffa3f7d2280ddb9f66bcccb694b
26 lines
551 B
JSON
26 lines
551 B
JSON
{
|
|
"CinderVolumes.list_transfers": [
|
|
{
|
|
"args": {
|
|
"detailed": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 3,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|