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
This commit is contained in:
parent
034fa5a0c1
commit
eaebe04499
@ -38,7 +38,7 @@
|
|||||||
size: 1
|
size: 1
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 12
|
times: 8
|
||||||
concurrency: 4
|
concurrency: 4
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
@ -92,21 +92,21 @@
|
|||||||
volume_type: false
|
volume_type: false
|
||||||
size:
|
size:
|
||||||
min: 1
|
min: 1
|
||||||
max: 2
|
max: 1
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 12
|
times: 6
|
||||||
concurrency: 3
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
tenants: 2
|
tenants: 1
|
||||||
users_per_tenant: 1
|
users_per_tenant: 1
|
||||||
servers:
|
servers:
|
||||||
image:
|
image:
|
||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
flavor:
|
flavor:
|
||||||
name: "m1.tiny"
|
name: "m1.tiny"
|
||||||
servers_per_tenant: 2
|
servers_per_tenant: 1
|
||||||
sla:
|
sla:
|
||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
@ -115,11 +115,11 @@
|
|||||||
volume_type: true
|
volume_type: true
|
||||||
size:
|
size:
|
||||||
min: 1
|
min: 1
|
||||||
max: 2
|
max: 1
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 12
|
times: 6
|
||||||
concurrency: 3
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
tenants: 1
|
tenants: 1
|
||||||
@ -134,29 +134,3 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user