895f81ad78
Create and Delete a flavor Change-Id: I77c056e07952aa4fd2a932e25b86126f20bd2d0c
28 lines
440 B
JSON
28 lines
440 B
JSON
{
|
|
"NovaFlavors.create_and_delete_flavor": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 10
|
|
},
|
|
"args": {
|
|
"ram": 500,
|
|
"vcpus" : 1,
|
|
"disk": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|