rally-openstack/samples/tasks/scenarios/neutron/create-and-list-bgpvpns.json

24 lines
514 B
JSON

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