From a5d7b1ab512930c908b3b454422a05e566bdb583 Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Fri, 12 Aug 2016 02:58:41 -0700 Subject: [PATCH] Increase rally network/port count and add quotas This increases the rally port and network count to 100 and enables quotas to exercise the quota engine to better simulate a real system. Additionally, it reduces the SLA requirements because of regressions that have snuck in throughout the cycle. As they are fixed these should be reduced back down. Change-Id: I042d64245b1e4486334996d834ad31561613fa50 --- rally-jobs/neutron-neutron.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml index d7f7f73183a..87c9d60c91a 100644 --- a/rally-jobs/neutron-neutron.yaml +++ b/rally-jobs/neutron-neutron.yaml @@ -3,7 +3,7 @@ - runner: type: "constant" - times: 40 + times: 100 concurrency: 20 context: users: @@ -11,8 +11,11 @@ users_per_tenant: 1 quotas: neutron: - network: -1 + network: 100 sla: + max_avg_duration_per_atomic: + neutron.list_networks: 15 # reduce as perf is fixed + failure_rate: max: 0 @@ -66,7 +69,7 @@ args: network_create_args: port_create_args: - ports_per_network: 20 + ports_per_network: 100 runner: type: "constant" times: 40 @@ -80,10 +83,10 @@ network: -1 subnet: -1 router: -1 - port: -1 + port: 4040 # (ports per network + 1 dhcp) * times sla: max_avg_duration_per_atomic: - neutron.list_ports: 5 + neutron.list_ports: 15 # reduce as perf is fixed failure_rate: max: 0