
The scenario measure the "nova host-describe <hostname>" command performance, the code will describe all hosts which are listed by "nova host-list" command performance. but the hostname seems to must be compute host's name, so we only can describe compute hosts. Change-Id: I037264580570e68b8cd587280f50660d89566051 Closes-Bug: #1675254
23 lines
348 B
JSON
23 lines
348 B
JSON
{
|
|
"NovaHosts.list_and_get_hosts": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|