Revert "Rally: decrease SLA for avg list of ports and nets"
This reverts commit 817a19c4b9ced01af9bbb6f7383283e3f0f0e9bd. This apparently hits us in gate where I can see at least one failure with 5.44 secs taken for a scenario. Change-Id: Ied0516686e86167a0c7b1d480eb1db2789f7cada
This commit is contained in:
parent
817a19c4b9
commit
7d54652e13
@ -18,7 +18,7 @@
|
|||||||
network: 119
|
network: 119
|
||||||
sla:
|
sla:
|
||||||
max_avg_duration_per_atomic:
|
max_avg_duration_per_atomic:
|
||||||
neutron.list_networks: 5 # reduce as perf is fixed
|
neutron.list_networks: 15 # reduce as perf is fixed
|
||||||
|
|
||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
@ -76,7 +76,7 @@
|
|||||||
ports_per_network: 50
|
ports_per_network: 50
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 4
|
times: 8
|
||||||
concurrency: 4
|
concurrency: 4
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
@ -89,10 +89,10 @@
|
|||||||
router: -1
|
router: -1
|
||||||
# ((ports per net + 1 dhcp) * times) + (concurrency-1)
|
# ((ports per net + 1 dhcp) * times) + (concurrency-1)
|
||||||
# see bug/1623390 for concurrency explanation
|
# see bug/1623390 for concurrency explanation
|
||||||
port: 207
|
port: 811
|
||||||
sla:
|
sla:
|
||||||
max_avg_duration_per_atomic:
|
max_avg_duration_per_atomic:
|
||||||
neutron.list_ports: 5 # reduce as perf is fixed
|
neutron.list_ports: 15 # reduce as perf is fixed
|
||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
|
||||||
@ -308,7 +308,7 @@
|
|||||||
NeutronTrunks.create_and_list_trunk_subports:
|
NeutronTrunks.create_and_list_trunk_subports:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
subport_count: 125
|
subport_count: 250
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 1
|
times: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user