b88257be72
Change all absent flavors to existing in gates jobs. To allow functional testing of samples in gate. Change-Id: Ic88da1d00b6d47e5251623a25dd4ef8fa5682084
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"CinderVolumes.create_and_attach_volume": [
|
|
{
|
|
"args": {
|
|
"size": 10,
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"args": {
|
|
"size": {
|
|
"min": 1,
|
|
"max": 5
|
|
},
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|