Merge "Add more rally benchmarks related to Cinder"

This commit is contained in:
Jenkins 2015-01-10 00:03:52 +00:00 committed by Gerrit Code Review
commit c705d398f6
1 changed files with 150 additions and 2 deletions

View File

@ -1,4 +1,20 @@
---
CinderVolumes.create_and_delete_volume:
-
args:
size: 1
runner:
type: "constant"
times: 12
concurrency: 4
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0
CinderVolumes.create_and_list_volume:
-
args:
@ -6,9 +22,141 @@
detailed: True
runner:
type: "constant"
times: 3
concurrency: 1
times: 10
concurrency: 5
context:
users:
tenants: 1
users_per_tenant: 1
sla:
failure_rate:
max: 0
CinderVolumes.create_volume:
-
args:
size: 1
runner:
type: "constant"
times: 12
concurrency: 4
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0
CinderVolumes.create_and_delete_snapshot:
-
args:
force: false
runner:
type: "constant"
times: 12
concurrency: 4
context:
users:
tenants: 2
users_per_tenant: 2
volumes:
size: 1
sla:
failure_rate:
max: 0
CinderVolumes.create_and_attach_volume:
-
args:
size: 1
image:
name: "^cirros.*uec$"
flavor:
name: "m1.tiny"
runner:
type: "constant"
times: 12
concurrency: 4
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: 2
runner:
type: "constant"
times: 12
concurrency: 3
context:
users:
tenants: 2
users_per_tenant: 1
servers:
image:
name: "^cirros.*uec$"
flavor:
name: "m1.tiny"
servers_per_tenant: 2
sla:
failure_rate:
max: 0
-
args:
volume_type: true
size:
min: 1
max: 2
runner:
type: "constant"
times: 12
concurrency: 3
context:
users:
tenants: 1
users_per_tenant: 1
servers:
image:
name: "^cirros.*uec$"
flavor:
name: "m1.tiny"
servers_per_tenant: 1
sla:
failure_rate:
max: 0
CinderVolumes.create_nested_snapshots_and_attach_volume:
-
args:
size:
min: 1
max: 2
nested_level:
min: 2
max: 2
runner:
type: "constant"
times: 12
concurrency: 3
context:
users:
tenants: 2
users_per_tenant: 1
servers:
image:
name: "^cirros.*uec$"
flavor:
name: "m1.tiny"
servers_per_tenant: 2
sla:
failure_rate:
max: 0