Increase subnet count for rally test
Test concurrency of subnet create/delete inside of a tenant. Change-Id: I36e5ed927859d228911cd64c5c6228eeca9fa81c
This commit is contained in:
parent
a15d259b11
commit
648e079f6b
@ -120,20 +120,21 @@
|
|||||||
subnet_cidr_start: "1.4.0.0/16"
|
subnet_cidr_start: "1.4.0.0/16"
|
||||||
subnets_per_network: 2
|
subnets_per_network: 2
|
||||||
subnet_update_args:
|
subnet_update_args:
|
||||||
enable_dhcp: False
|
enable_dhcp: True
|
||||||
name: "_subnet_updated"
|
name: "_subnet_updated"
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 40
|
times: 400
|
||||||
concurrency: 20
|
concurrency: 20
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
tenants: 5
|
tenants: 1
|
||||||
users_per_tenant: 5
|
users_per_tenant: 5
|
||||||
quotas:
|
quotas:
|
||||||
neutron:
|
neutron:
|
||||||
network: -1
|
network: -1
|
||||||
subnet: -1
|
subnet: -1
|
||||||
|
port: -1
|
||||||
sla:
|
sla:
|
||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user