Adds Nova floating IPs bulk tests

Added methods for creating nova floating IPs by range
and configuration files for these operations.

Change-Id: I7f94b0d484fe3580f017b09ba90fb4b175b6655d
This commit is contained in:
Alexander Gubanov 2015-04-20 16:15:21 +03:00
parent 09c01e755e
commit f9e3b4beeb

View File

@ -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