Merge "Add create and delete routers scenarios for Neutron"

This commit is contained in:
Jenkins 2015-02-17 10:31:52 +00:00 committed by Gerrit Code Review
commit 3192fc6787

View File

@ -275,6 +275,31 @@
failure_rate:
max: 0
NeutronNetworks.create_and_delete_routers:
-
args:
network_create_args: {}
subnet_create_args: {}
subnet_cidr_start: "1.1.0.0/30"
subnets_per_network: 2
router_create_args: {}
runner:
type: "constant"
times: 30
concurrency: 10
context:
users:
tenants: 1
users_per_tenant: 1
quotas:
neutron:
network: -1
subnet: -1
router: -1
sla:
failure_rate:
max: 0
NeutronNetworks.create_and_delete_ports:
-
args: