945c697c5a
Create a volume and get the volume detailed information. Measure the "cinder show" command performance. Change-Id: I3d29c257c21cf4367c85e2739387201263ccd527
33 lines
563 B
YAML
33 lines
563 B
YAML
---
|
|
CinderVolumes.create_and_get_volume:
|
|
-
|
|
args:
|
|
size: 1
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
-
|
|
args:
|
|
size:
|
|
min: 1
|
|
max: 5
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|