7abe61dd3d
The scenario first boot a server and create a floating IP. then associate the floating IP to the server. Finally dissociate the floating IP. Change-Id: I7fed1933c90fb3f0b911935eefb59d365b9232f2
23 lines
467 B
YAML
23 lines
467 B
YAML
{% set flavor_name = flavor_name or "m1.tiny" %}
|
|
---
|
|
NovaServers.boot_server_associate_and_dissociate_floating_ip:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "{{flavor_name}}"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
network: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|