rally/samples/tasks/scenarios/nova/create-and-list-networks.json
Alexander Gubanov 9b5e2bcd97 Add Nova network scenarios
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>
2015-08-06 16:52:56 +03:00

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
}
}
}
]
}