Merge "rally-jobs: Add FloatingIP workloads"

This commit is contained in:
Zuul 2018-12-09 16:27:52 +00:00 committed by Gerrit Code Review
commit 396d5b4f84
1 changed files with 35 additions and 0 deletions

View File

@ -300,3 +300,38 @@
neutron:
network: -1
port: 1000
-
title: Floating IP related workloads
workloads:
-
scenario:
NeutronNetworks.create_and_delete_floating_ips:
floating_network: "public"
floating_ip_args: {}
runner:
constant:
times: 10
concurrency: 5
contexts:
users:
tenants: 2
users_per_tenant: 3
quotas:
neutron:
floatingip: -1
-
scenario:
NeutronNetworks.create_and_list_floating_ips:
floating_network: "public"
floating_ip_args: {}
runner:
constant:
times: 10
concurrency: 5
contexts:
users:
tenants: 2
users_per_tenant: 3
quotas:
neutron:
floatingip: -1