Increase subnet count for rally test

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

Change-Id: I36e5ed927859d228911cd64c5c6228eeca9fa81c
(cherry picked from commit 648e079f6b)
This commit is contained in:
Kevin Benton 2016-09-18 21:26:29 -07:00 committed by Ihar Hrachyshka
parent 92689470e1
commit 1eb87a1f35
1 changed files with 4 additions and 3 deletions

View File

@ -126,20 +126,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