Add list_snapshots scenario for Cinder test
Change-Id: I7e8bb7880f2e004332ea0e11c54e7242d89744c9
This commit is contained in:
parent
b8e769a5cb
commit
1909089138
@ -574,6 +574,25 @@
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
CinderVolumes.create_and_list_snapshots:
|
||||
-
|
||||
args:
|
||||
force: False
|
||||
detailed: True
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 2
|
||||
concurrency: 2
|
||||
context:
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
volumes:
|
||||
size: 1
|
||||
sla:
|
||||
failure_rate:
|
||||
max: 0
|
||||
|
||||
VMTasks.boot_runcommand_delete:
|
||||
-
|
||||
args:
|
||||
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"CinderVolumes.create_and_list_snapshots": [
|
||||
{
|
||||
"args": {
|
||||
"force": false,
|
||||
"detailed": true
|
||||
},
|
||||
"runner": {
|
||||
"type": "constant",
|
||||
"times": 2,
|
||||
"concurrency": 2
|
||||
},
|
||||
"context": {
|
||||
"users": {
|
||||
"tenants": 1,
|
||||
"users_per_tenant": 1
|
||||
},
|
||||
"volumes": {
|
||||
"size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
---
|
||||
CinderVolumes.create_and_list_snapshots:
|
||||
-
|
||||
args:
|
||||
force: False
|
||||
detailed: True
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 2
|
||||
concurrency: 2
|
||||
context:
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
volumes:
|
||||
size: 1
|
Loading…
Reference in New Issue
Block a user