From 817a19c4b9ced01af9bbb6f7383283e3f0f0e9bd Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Tue, 14 Mar 2017 17:10:42 -0700 Subject: [PATCH] Rally: decrease SLA for avg list of ports and nets In a normal gate run these are returning in 2 seconds each on average. Let's reduce the SLA of these from 15 to 5 now to help prevent future performance regressions in this area. Change-Id: Iae174c95d214c83d6726a3d3bd339dde7886af4f --- rally-jobs/neutron-neutron.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml index b911b10ca66..33316b616f5 100644 --- a/rally-jobs/neutron-neutron.yaml +++ b/rally-jobs/neutron-neutron.yaml @@ -18,7 +18,7 @@ network: 119 sla: max_avg_duration_per_atomic: - neutron.list_networks: 15 # reduce as perf is fixed + neutron.list_networks: 5 # reduce as perf is fixed failure_rate: max: 0 @@ -76,7 +76,7 @@ ports_per_network: 50 runner: type: "constant" - times: 8 + times: 4 concurrency: 4 context: users: @@ -89,10 +89,10 @@ router: -1 # ((ports per net + 1 dhcp) * times) + (concurrency-1) # see bug/1623390 for concurrency explanation - port: 811 + port: 207 sla: max_avg_duration_per_atomic: - neutron.list_ports: 15 # reduce as perf is fixed + neutron.list_ports: 5 # reduce as perf is fixed failure_rate: max: 0 @@ -308,7 +308,7 @@ NeutronTrunks.create_and_list_trunk_subports: - args: - subport_count: 250 + subport_count: 125 runner: type: "constant" times: 1