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

23 lines
542 B
YAML

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