3b4a002d9d
Create a network with type and then list all networks. This type must be supported in your environment. Change-Id: Id0f0aa6b7768f60d7686214a08e6d757bec6683e
40 lines
765 B
YAML
40 lines
765 B
YAML
---
|
|
NeutronNetworks.create_and_list_networks:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 3
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
-
|
|
args:
|
|
network_create_args:
|
|
provider:network_type: "vxlan"
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 3
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
roles:
|
|
- "admin"
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|