b236f8b06b
Create a volume and then update its readonly flag. Change-Id: I5dec43468fe75a59850582876b0088fb724c1696
27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"CinderVolumes.create_volume_and_update_readonly_flag": [
|
|
{
|
|
"args": {
|
|
"size": 1,
|
|
"read_only": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 3,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|