From 1eb87a1f353f6686040ea67210de672b3998ef62 Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Sun, 18 Sep 2016 21:26:29 -0700 Subject: [PATCH] Increase subnet count for rally test Test concurrency of subnet create/delete inside of a tenant. Change-Id: I36e5ed927859d228911cd64c5c6228eeca9fa81c (cherry picked from commit 648e079f6bff5f75e2fc750a95aeab9931f72e91) --- rally-jobs/neutron-neutron.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml index f6c9cf3a2be..60cb62bf728 100644 --- a/rally-jobs/neutron-neutron.yaml +++ b/rally-jobs/neutron-neutron.yaml @@ -126,20 +126,21 @@ subnet_cidr_start: "1.4.0.0/16" subnets_per_network: 2 subnet_update_args: - enable_dhcp: False + enable_dhcp: True name: "_subnet_updated" runner: type: "constant" - times: 40 + times: 400 concurrency: 20 context: users: - tenants: 5 + tenants: 1 users_per_tenant: 5 quotas: neutron: network: -1 subnet: -1 + port: -1 sla: failure_rate: max: 0