Create a network, a given number of subnets and routers and then show all routers. Change-Id: I976875f585eaaf4b150eb9d9f942595badaeda77
30 lines
751 B
JSON
30 lines
751 B
JSON
{
|
|
"NeutronNetworks.create_and_show_routers": [
|
|
{
|
|
"args": {
|
|
"subnet_cidr_start": "1.1.0.0/30",
|
|
"subnets_per_network": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 4,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"network": {},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"network": -1,
|
|
"subnet": -1,
|
|
"router": -1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|