rally-openstack/samples/tasks/scenarios/nova/list-and-search-hypervisor.json
zhangzhang 87d4c972ab Add nova.ListAndSearchHypervisors scenario
List all servers belonging to specific hypervisor.

The scenario first list all hypervisors,then find its hostname,
then list all servers belonging to the hypervisor
Measure the "nova hypervisor-servers <hostname>" command performance.

Change-Id: I8511a9790037ee5f3bab003309f2debe31b00590
2016-10-27 22:38:01 -04:00

26 lines
412 B
JSON

{
"NovaHypervisors.list_and_search_hypervisors": [
{
"args": {
"detailed": true
},
"runner": {
"type": "constant",
"concurrency": 2,
"times": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}