343a83d772
The scenario fist list all hypervisors,then get detailed information of the listed hypervisors in trun. Change-Id: I62d10ba42c7dfdfa75e61a04af7028deb99bbdfb
26 lines
409 B
JSON
26 lines
409 B
JSON
{
|
|
"NovaHypervisors.list_and_get_hypervisors": [
|
|
{
|
|
"args": {
|
|
"detailed": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|