Increase rally network/port count and add quotas
This increases the rally port and network count to 100 and enables quotas to exercise the quota engine to better simulate a real system. Additionally, it reduces the SLA requirements because of regressions that have snuck in throughout the cycle. As they are fixed these should be reduced back down. Change-Id: I042d64245b1e4486334996d834ad31561613fa50
This commit is contained in:
parent
04b3b4dfa8
commit
a5d7b1ab51
@ -3,7 +3,7 @@
|
||||
-
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 40
|
||||
times: 100
|
||||
concurrency: 20
|
||||
context:
|
||||
users:
|
||||
@ -11,8 +11,11 @@
|
||||
users_per_tenant: 1
|
||||
quotas:
|
||||
neutron:
|
||||
network: -1
|
||||
network: 100
|
||||
sla:
|
||||
max_avg_duration_per_atomic:
|
||||
neutron.list_networks: 15 # reduce as perf is fixed
|
||||
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
@ -66,7 +69,7 @@
|
||||
args:
|
||||
network_create_args:
|
||||
port_create_args:
|
||||
ports_per_network: 20
|
||||
ports_per_network: 100
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 40
|
||||
@ -80,10 +83,10 @@
|
||||
network: -1
|
||||
subnet: -1
|
||||
router: -1
|
||||
port: -1
|
||||
port: 4040 # (ports per network + 1 dhcp) * times
|
||||
sla:
|
||||
max_avg_duration_per_atomic:
|
||||
neutron.list_ports: 5
|
||||
neutron.list_ports: 15 # reduce as perf is fixed
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user