15721370a4
It is useful for some test cases to set up volume size from some range, not only specific value. This change add such possibility to create_volume and extend_volume. Change-Id: Ic7cc9270eb8d31dcbe3d30acf6f24cf9c41a6fd1
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"CinderVolumes.create_from_volume_and_delete_volume": [
|
|
{
|
|
"args": {
|
|
"size": 1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"volumes": {
|
|
"size": 1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"args": {
|
|
"size": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"volumes": {
|
|
"size": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |