cinder/rally-jobs/cinder.yaml
Boris Pavlovic eaebe04499 Fix configratuion of rally jobs
* Reduce requested resources by rally job
* Remove nested snapshot benchmark cause seems like it has some
  issues not related to cinder

Change-Id: Id38cc0670f081b352e7db2b63e47e156ed277382
2015-01-29 05:02:57 +03:00

137 lines
2.5 KiB
YAML

---
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:
size: 1
detailed: True
runner:
type: "constant"
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: 8
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: 1
runner:
type: "constant"
times: 6
concurrency: 2
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
-
args:
volume_type: true
size:
min: 1
max: 1
runner:
type: "constant"
times: 6
concurrency: 2
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