From a9a22894f58b616de4073f15a88ea6afb1f3a144 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Wed, 2 Sep 2015 18:33:22 +0300 Subject: [PATCH] Add attachment-related scenarios to test on gates Now create_and_attach_volume and create_snapshot_and_attach_volume tasks doesn't tested with Rally. We need it to verify that these scenarios are not broken. Change-Id: Iccc760b4b443f64a3263ef2d24fdb40d771a128b --- rally-jobs/cinder.yaml | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/rally-jobs/cinder.yaml b/rally-jobs/cinder.yaml index eac9bfed..62168db2 100644 --- a/rally-jobs/cinder.yaml +++ b/rally-jobs/cinder.yaml @@ -324,6 +324,75 @@ failure_rate: max: 0 + CinderVolumes.create_and_attach_volume: + - + args: + size: 1 + image: + name: {{image_name}} + flavor: + name: "m1.tiny" + runner: + type: "constant" + times: 2 + concurrency: 2 + context: + users: + tenants: 2 + users_per_tenant: 2 + sla: + failure_rate: + max: 0 + + CinderVolumes.create_snapshot_and_attach_volume: + - + args: + volume_type: false + size: + min: 1 + max: 1 + runner: + type: "constant" + times: 2 + concurrency: 2 + context: + users: + tenants: 2 + users_per_tenant: 2 + servers: + image: + name: {{image_name}} + flavor: + name: "m1.tiny" + servers_per_tenant: 1 + sla: + failure_rate: + max: 0 + + - + args: + volume_type: true + size: + min: 1 + max: 1 + runner: + type: "constant" + times: 2 + concurrency: 2 + context: + users: + tenants: 2 + users_per_tenant: 2 + servers: + image: + name: {{image_name}} + flavor: + name: "m1.tiny" + servers_per_tenant: 1 + sla: + failure_rate: + max: 0 + CinderVolumes.create_and_delete_snapshot: - args: