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
120 lines
2.2 KiB
YAML
120 lines
2.2 KiB
YAML
---
|
|
NeutronLoadbalancerV2.create_and_list_loadbalancers:
|
|
-
|
|
args:
|
|
lb_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
network: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_and_list_bgpvpns:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_and_update_bgpvpns:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_and_delete_bgpvpns:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_bgpvpn_assoc_disassoc_networks:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
network: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_bgpvpn_assoc_disassoc_routers:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
router: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_and_list_networks_associations:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
network: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronBGPVPN.create_and_list_routers_associations:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
router: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|