From f9e3b4beebdb355c416b3530845e27cd3bfb29c0 Mon Sep 17 00:00:00 2001 From: Alexander Gubanov Date: Mon, 20 Apr 2015 16:15:21 +0300 Subject: [PATCH] Adds Nova floating IPs bulk tests Added methods for creating nova floating IPs by range and configuration files for these operations. Change-Id: I7f94b0d484fe3580f017b09ba90fb4b175b6655d --- rally-jobs/rally.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index a4b66cb5..b831789a 100755 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -1526,3 +1526,35 @@ sla: failure_rate: max: 0 + + NovaFloatingIpsBulk.create_and_list_floating_ips_bulk: + - + args: + start_cidr: "10.2.0.0/24" + runner: + type: "constant" + times: 5 + concurrency: 2 + context: + users: + tenants: 3 + users_per_tenant: 2 + sla: + failure_rate: + max: 0 + + NovaFloatingIpsBulk.create_and_delete_floating_ips_bulk: + - + args: + start_cidr: "10.2.0.0/24" + runner: + type: "constant" + times: 5 + concurrency: 2 + context: + users: + tenants: 3 + users_per_tenant: 2 + sla: + failure_rate: + max: 0