rally-openstack/samples/tasks/scenarios/neutron/create-and-bind-ports.json
Bence Romsics f2590c8cea New rally scenario: bind port
As discussed on the Denver 2019 PTG we should improve the performance
testing of neutron port binding. This change introduces a scenario that
does just that. The intent is to make this scenario quite realistic so
it exercises all relevant code paths in neutron.

Change-Id: I76356ca3fa2ea6ec6e1f2e34a4fce695b1509eb2
Partial-Bug: #1833674
2019-07-04 16:46:59 +02:00

36 lines
889 B
JSON

{
"NeutronNetworks.create_and_bind_ports": [
{
"args": {
"ports_per_network": 2
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 5
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 3
},
"roles": ["admin"],
"quotas": {
"neutron": {
"network": -1,
"subnet": -1,
"port": -1
}
},
"network": {},
"networking_agents": {}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}