summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Benton <kevin@benton.pub>2017-03-14 16:57:33 -0700
committerIhar Hrachyshka <ihrachys@redhat.com>2017-08-22 15:09:43 +0000
commit059d62311d97a2f5db570f6cca41a1d688ad7b55 (patch)
treea2e159bbae81590e557af9a564bc61d60427a7c3
parent2a9844b8ca33bfcd789c2981e3b8368d2c832f72 (diff)
downloadneutron-059d62311d97a2f5db570f6cca41a1d688ad7b55.tar.gz
Trim rally scenario sizes
During a normal run, the top three scenarios account for slightly more than a half hour of runtime. Sample numbers: Scenario Load Duration Full Duration NeutronNetworks.create_and_update_subnets 562.189 1,182.400 NeutronTrunks.create_and_list_trunk_subports 427.475 600.721 NeutronNetworks.create_and_list_ports 310.167 540.144 This patch reduces the resources created by each of the 3 by 75%. This should save us an additional ~20 minutes during a normal gate run, which should change our window for timeout from approximately a half hour on a normal node to about 50 minutes. This additional buffer should hopefully be enough to reduce the failure rate for the rally job when it gets scheduled to a slow node. Change-Id: I923b625f7dd3ebf794b6a9e097f5ed12ce446bb5 (cherry picked from commit f82667e8eb87d856622284ceb69c1410c8620d30)
-rw-r--r--rally-jobs/neutron-neutron.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml
index 60cb62bf72..84ec972834 100644
--- a/rally-jobs/neutron-neutron.yaml
+++ b/rally-jobs/neutron-neutron.yaml
@@ -73,7 +73,7 @@
args:
network_create_args:
port_create_args:
- ports_per_network: 100
+ ports_per_network: 50
runner:
type: "constant"
times: 8
@@ -130,7 +130,7 @@
name: "_subnet_updated"
runner:
type: "constant"
- times: 400
+ times: 100
concurrency: 20
context:
users:
@@ -308,7 +308,7 @@
NeutronTrunks.create_and_list_trunk_subports:
-
args:
- subport_count: 500
+ subport_count: 250
runner:
type: "constant"
times: 4