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
18 lines
336 B
YAML
18 lines
336 B
YAML
---
|
|
NovaServers.boot_and_delete_multiple_servers:
|
|
-
|
|
args:
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
flavor:
|
|
name: "m1.tiny"
|
|
count: 5
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|