rally/samples/tasks/scenarios/cinder/list-transfers.json
maxinjian 1f42313ec3 Add CinderVolumes.list_transfers
List all transfers.

This simple scenario tests the "cinder transfer-list" command by
listing all the volume transfers.

Change-Id: I4703226a89a96ffa3f7d2280ddb9f66bcccb694b
2016-10-25 22:24:31 -04:00

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