be710cc1f6
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
24 lines
516 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|