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>
13 lines
258 B
YAML
13 lines
258 B
YAML
---
|
|
NovaNetworks.create_and_delete_network:
|
|
-
|
|
args:
|
|
start_cidr: "10.10.0.0/24"
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2 |