8cee7af0ff
This scenario create and show a given number of ports. Co-Authored-By: zhangzhang <zhangzh.fnst@cn.fujitsu.com> Change-Id: Id3e8acbc2c9b5ae77efd95d4a56b118b82ef91a8
24 lines
463 B
YAML
24 lines
463 B
YAML
---
|
|
NeutronNetworks.create_and_show_ports:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
port_create_args: {}
|
|
ports_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
port: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|