a1c8e313bc
This change adds image arg to next scenarios: create_volume, create_and_delete_volume, create_and_list_volume. Add nullable arg to image_exists for specify image require. Change-Id: Idb2f80efa24d6f721bbdafc4644afc68d59552ac
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"CinderVolumes.create_and_delete_volume": [
|
|
{
|
|
"args": {
|
|
"size": 1,
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|