rally-openstack/samples/tasks/scenarios/nova/list-and-get-hypervisors.json
zhangzhang 343a83d772 Add nova.ListAndGetHypervisors
The scenario fist list all hypervisors,then get detailed information
of the listed hypervisors in trun.

Change-Id: I62d10ba42c7dfdfa75e61a04af7028deb99bbdfb
2016-10-10 01:36:18 -04:00

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
}
}
}
]
}