Merge "Add extend_volume scenario for Cinder test"
This commit is contained in:
commit
6ec8c91e04
@ -556,6 +556,23 @@
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
CinderVolumes.create_and_extend_volume:
|
||||
-
|
||||
args:
|
||||
size: 1
|
||||
new_size: 2
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 2
|
||||
concurrency: 2
|
||||
context:
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
sla:
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
CinderVolumes.create_and_delete_snapshot:
|
||||
-
|
||||
args:
|
||||
|
21
samples/tasks/scenarios/cinder/create-and-extend-volume.json
Normal file
21
samples/tasks/scenarios/cinder/create-and-extend-volume.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"CinderVolumes.create_and_extend_volume": [
|
||||
{
|
||||
"args": {
|
||||
"size": 1,
|
||||
"new_size": 2
|
||||
},
|
||||
"runner": {
|
||||
"type": "constant",
|
||||
"times": 2,
|
||||
"concurrency": 2
|
||||
},
|
||||
"context": {
|
||||
"users": {
|
||||
"tenants": 1,
|
||||
"users_per_tenant": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
14
samples/tasks/scenarios/cinder/create-and-extend-volume.yaml
Normal file
14
samples/tasks/scenarios/cinder/create-and-extend-volume.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
CinderVolumes.create_and_extend_volume:
|
||||
-
|
||||
args:
|
||||
size: 1
|
||||
new_size: 2
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 2
|
||||
concurrency: 2
|
||||
context:
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
Loading…
Reference in New Issue
Block a user