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:
parent
92689470e1
commit
1eb87a1f35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user