Add extend_volume scenario for Cinder test

Change-Id: I668e6568358c0274adbae8d34e2df6ecf091ec3f
This commit is contained in:
Yuriy Nesenenko 2015-01-15 14:33:54 +02:00
parent 4301d2acf0
commit 932e950293
3 changed files with 52 additions and 0 deletions

View File

@ -598,6 +598,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