Reduce rally sub-port count
This test is executed 4 times and creating 1000 Neutron ports
just to run this scenario 4 times results in this job taking
15 minutes to complete its iterations.
This cuts the count in half to 125 per execution to cut the run
time in half and ensure we don't get to close to the gate timeout.
This was done once before as part of
817a19c4b9
but unfortunately being
part of another SLA change resulted in it being reverted as part
of the SLA change.
Change-Id: I61466d87b002252efc163cbb5d03eafc5d4da3fb
This commit is contained in:
parent
7543948ea8
commit
e97ee8a972
@ -308,7 +308,7 @@
|
||||
NeutronTrunks.create_and_list_trunk_subports:
|
||||
-
|
||||
args:
|
||||
subport_count: 250
|
||||
subport_count: 125
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 4
|
||||
|
Loading…
Reference in New Issue
Block a user