84360fac42
The scenario first list all hypervisors,then display the uptime of the listed hypervisors in trun. Measure the "nova hypervisor-uptime" command performance. Change-Id: I25449dd2c3bc76c59d6a9dcaf4b69919441791a3
26 lines
416 B
JSON
26 lines
416 B
JSON
{
|
|
"NovaHypervisors.list_and_get_uptime_hypervisors": [
|
|
{
|
|
"args": {
|
|
"detailed": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|