9b5e2bcd97
Added base methods (create/delete) for nova network and added scenario to rally jobs for functional test. Change-Id: I8c1f11e0f84345e10423b2117fc88513ca206fe0 Co-Authored-By: Andrey Kurilin <akurilin@mirantis.com>
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"NovaNetworks.create_and_list_networks": [
|
|
{
|
|
"args": {
|
|
"start_cidr": "10.10.0.0/24"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |