
Create a qos, then get details of the qos. Change-Id: If41169ae75017538ac74b64c7de69fdf2da33500
30 lines
694 B
JSON
30 lines
694 B
JSON
{
|
|
"CinderQos.create_and_get_qos": [
|
|
{
|
|
"args": {
|
|
"specs": {
|
|
"consumer": "both",
|
|
"write_iops_sec": "10",
|
|
"read_iops_sec": "1000"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|