77b5110ff6
Moving samples to root forlder for easy access. Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4 Closes-Bug: 1409836
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"CinderVolumes.create_snapshot_and_attach_volume": [
|
|
{
|
|
"args": {
|
|
"volume_type": false,
|
|
"size": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 4,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 1
|
|
},
|
|
"servers": {
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"servers_per_tenant": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"args": {
|
|
"volume_type": true,
|
|
"size": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 4,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 1
|
|
},
|
|
"servers": {
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"servers_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
|
|
]
|
|
}
|