Implement create_and_upload_volume_to_image scenario for Cinder

The `create_and_upload_volume_to_image' sceanario can not be run
on the DSVM gate with the default settings because it uses 1GB
Swift backend for Glance image store.

Change-Id: I41e1b391c560c7b9156e68c640531942cc8bf34c
This commit is contained in:
Ivan Kolodyazhny 2015-02-03 22:29:58 +02:00
parent 1b54698628
commit 653a66ce3e
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"CinderVolumes.create_and_upload_volume_to_image": [
{
"args": {
"size": 1,
"force": false,
"container_format": "bare",
"disk_format": "raw",
"do_delete": true
},
"runner": {
"type": "constant",
"times": 3,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}

View File

@ -0,0 +1,17 @@
---
CinderVolumes.create_and_upload_volume_to_image:
-
args:
size: 1
force: false
container_format: "bare"
disk_format: "raw"
do_delete: true
runner:
type: "constant"
times: 3
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2