rally-openstack/samples/tasks/scenarios/nova/list-and-get-uptime-hypervisors.json
zhangzhang 84360fac42 Add nova.ListAndGetHypervisorUptime
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
2016-10-16 23:47:14 -04:00

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