Increase subnet count for rally test

Test concurrency of subnet create/delete inside of a tenant.

Change-Id: I36e5ed927859d228911cd64c5c6228eeca9fa81c
This commit is contained in:
Kevin Benton 2016-09-18 21:26:29 -07:00
parent a15d259b11
commit 648e079f6b
1 changed files with 4 additions and 3 deletions

View File

@ -120,20 +120,21 @@
subnet_cidr_start: "1.4.0.0/16"
subnets_per_network: 2
subnet_update_args:
enable_dhcp: False
enable_dhcp: True
name: "_subnet_updated"
runner:
type: "constant"
times: 40
times: 400
concurrency: 20
context:
users:
tenants: 5
tenants: 1
users_per_tenant: 5
quotas:
neutron:
network: -1
subnet: -1
port: -1
sla:
failure_rate:
max: 0