
* Create and list floating IPs * Create and delete floating IPs * Ability to obtain network-id with network-name Change-Id: Iabd6b24fa6c1ee244b514ca90ee5d67a93443fbb
18 lines
359 B
YAML
18 lines
359 B
YAML
---
|
|
NeutronNetworks.create_and_delete_floating_ips:
|
|
-
|
|
args:
|
|
floating_network: "public"
|
|
floating_ip_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 5
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 3
|
|
quotas:
|
|
neutron:
|
|
floatingip: -1
|