Add cinder stress scenario: nested snapshots

This scenario creates volumes and snapshots chain with custom nested
level:
1. Create volume
2. Create snapshot
3. Create volume from snapshot
... and so on

Change-Id: I4be5bb9435f0df5e02dfa3eca6f3e764c0786c55
This commit is contained in:
Anton Arefiev 2014-12-04 13:07:45 +02:00
parent 0b5379e46a
commit 88dba6e642

View File

@ -755,8 +755,9 @@
-
args:
volume_type: false
min_volume_size: 1
max_volume_size: 2
volume_size:
min: 1
max: 2
runner:
type: "constant"
times: 3
@ -777,8 +778,9 @@
-
args:
volume_type: true
min_volume_size: 1
max_volume_size: 2
volume_size:
min: 1
max: 2
runner:
type: "constant"
times: 3
@ -798,6 +800,31 @@
max: 0
CinderVolumes.create_nested_snapshots_and_attach_volume:
-
args:
volume_size:
min: 1
max: 5
nested_level:
min: 5
max: 10
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 1
servers:
image:
name: "^cirros.*uec$"
flavor:
name: "m1.tiny"
servers_per_tenant: 2
GlanceImages.create_and_delete_image:
-
args: