diff --git a/rally-jobs/rally-neutron.yaml b/rally-jobs/rally-neutron.yaml index 2f8e7fd7..18531af2 100644 --- a/rally-jobs/rally-neutron.yaml +++ b/rally-jobs/rally-neutron.yaml @@ -297,6 +297,22 @@ failure_rate: max: 0 + Quotas.neutron_update: + - + args: + max_quota: 1024 + runner: + type: "constant" + times: 10 + concurrency: 2 + context: + users: + tenants: 3 + users_per_tenant: 2 + sla: + failure_rate: + max: 0 + NovaServers.boot_server: - args: diff --git a/samples/tasks/scenarios/quotas/neutron-update.json b/samples/tasks/scenarios/quotas/neutron-update.json new file mode 100644 index 00000000..8a0b4338 --- /dev/null +++ b/samples/tasks/scenarios/quotas/neutron-update.json @@ -0,0 +1,20 @@ +{ + "Quotas.neutron_update": [ + { + "args": { + "max_quota": 1024 + }, + "runner": { + "type": "constant", + "times": 10, + "concurrency": 2 + }, + "context": { + "users": { + "tenants": 3, + "users_per_tenant": 2 + } + } + } + ] +} diff --git a/samples/tasks/scenarios/quotas/neutron-update.yaml b/samples/tasks/scenarios/quotas/neutron-update.yaml new file mode 100644 index 00000000..0650dc5a --- /dev/null +++ b/samples/tasks/scenarios/quotas/neutron-update.yaml @@ -0,0 +1,13 @@ +--- + Quotas.neutron_update: + - + args: + max_quota: 1024 + runner: + type: "constant" + times: 10 + concurrency: 2 + context: + users: + tenants: 3 + users_per_tenant: 2