76f743d130
The performance profile of, e.g., creating 10 VMs in a single request is often very, very different from creating 10 VMs in 10 requests, and the difference only grows with the number of VMs. This adds a scenario to boot an arbitrary number of servers with a single request, which can be compared to boot_and_delete_server, which boots them one server per request. Change-Id: I8cb5d6a4f27cce228b83d6a869ed75c505dd6626
26 lines
450 B
JSON
26 lines
450 B
JSON
{
|
|
"NovaServers.boot_and_delete_multiple_servers": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 1,
|
|
"times": 1
|
|
},
|
|
"args": {
|
|
"count": 5,
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
}
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"users_per_tenant": 1,
|
|
"tenants": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |