
1. need to fix the bug of cinder servcie 2. switch cinder scenarios to cinder service 3. port new method of cinder to cinder service Change-Id: I49bef1d940acb09c64946ba31ca85bbd5230cc36
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"CinderVolumes.create_and_update_volume": [
|
|
{
|
|
"args": {
|
|
"create_volume_kwargs": {},
|
|
"update_volume_kwargs": {
|
|
"description": "desc_updated"
|
|
},
|
|
"size": 1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 3,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|