e08aff21ae
Create a volume transfer, then accept it Measure the "cinder transfer-create" and "cinder transfer-accept" command performace. Change-Id: I4eba595e8798d7787c3d056e7ec22d58280541c9
26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"CinderVolumes.create_and_accept_transfer": [
|
|
{
|
|
"args": {
|
|
"size": 1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 3,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|