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
This commit is contained in:
parent
6cd18abe6a
commit
a9a22894f5
@ -324,6 +324,75 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
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:
|
CinderVolumes.create_and_delete_snapshot:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user