Merge "Adds Nova floating IPs bulk tests"

This commit is contained in:
Jenkins 2015-04-28 18:22:06 +00:00 committed by Gerrit Code Review
commit 2fb4ff0484

View File

@ -1570,3 +1570,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