fuel-plugin-nsxv/plugin_test/rally-scenarios/neutron/create_and_list_ports.yaml

23 lines
549 B
YAML

---
NeutronNetworks.create_and_list_ports:
-
args:
network_create_args: {}
port_create_args: {}
ports_per_network: 10
runner:
type: "constant"
times: {{ vlan_amount - 10 if (not gre_enabled and compute * 2 > vlan_amount) else compute * 2 }}
concurrency: {{ concurrency }}
context:
users:
tenants: 2
users_per_tenant: 2
quotas:
neutron:
network: -1
port: -1
sla:
failure_rate:
max: 0