rally-openstack/samples/tasks/scenarios/neutron/create-and-delete-bgpvpns.json
Cédric Savignan be710cc1f6 Add BGP VPN scenarios
Add NeutronBGPVPN.create_and_list_routers_associations
and NeutronBGPVPN.create_and_list_networks_associations.

Measure the neutron bgpvpn-net-assoc-list and
neutron neutron bgpvpn-router-assoc-list commands performance.

Change-Id: I8880da0e9f7b76e25ce842d688edf3ca256237a9
2017-07-04 10:26:29 +00:00

24 lines
516 B
JSON

{
"NeutronBGPVPN.create_and_delete_bgpvpns": [
{
"args":{},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}