Merge "Add extend_volume scenario for Cinder test"

This commit is contained in:
Jenkins 2015-01-20 18:35:02 +00:00 committed by Gerrit Code Review
commit 6ec8c91e04
3 changed files with 52 additions and 0 deletions

View File

@ -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:

View 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
}
}
}
]
}

View 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