From b33f6b3dd9dfd65787029fc8001d9dd1da3cf58e Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Thu, 10 Aug 2017 11:19:13 -0700 Subject: [PATCH] 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 817a19c4b9ced01af9bbb6f7383283e3f0f0e9bd but unfortunately being part of another SLA change resulted in it being reverted as part of the SLA change. Change-Id: I61466d87b002252efc163cbb5d03eafc5d4da3fb (cherry picked from commit e97ee8a972a428b87875f86901ca2b9573913bc0) --- rally-jobs/neutron-neutron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml index 84ec972834d..d328b70c744 100644 --- a/rally-jobs/neutron-neutron.yaml +++ b/rally-jobs/neutron-neutron.yaml @@ -308,7 +308,7 @@ NeutronTrunks.create_and_list_trunk_subports: - args: - subport_count: 250 + subport_count: 125 runner: type: "constant" times: 4