55c1625a4f
Add rally tests in cinder helm chart. It only test create a volume because volume driver is fake_driver. Change-Id: Iba5df74df427a414c70dda6baf9bc7e775b1716d Partial-Implements: blueprint implement-helm-test-for-charts
31 lines
440 B
Smarty
31 lines
440 B
Smarty
---
|
|
CinderVolumes.create_and_delete_volume:
|
|
- args:
|
|
size: 1
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
- args:
|
|
size:
|
|
min: 1
|
|
max: 5
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|